diff options
| author | Ajay Singh Parmar <aparmar@codeaurora.org> | 2017-02-01 15:56:29 -0800 |
|---|---|---|
| committer | Tatenda Chipeperekwa <tatendac@codeaurora.org> | 2017-02-17 20:04:21 -0800 |
| commit | e18a7a0a90fd0daddc02b9018c036b19ea4e372a (patch) | |
| tree | 5af48009cfe3c7d5979ce79f56184b224d70d8c8 | |
| parent | a6e0af57730351aa030ff4aab358d5703d7d21ff (diff) | |
msm: mdss: hdcp2p2: fix sysfs node name
Fix the name of the sysfs node used by user modules to
avoid file access issues.
CRs-Fixed: 1114981
Change-Id: Ief0a8ce77a932ce4923e2ec6ee2477d4e2c9627c
Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_dp_hdcp2p2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdss_dp_hdcp2p2.c b/drivers/video/fbdev/msm/mdss_dp_hdcp2p2.c index 3bcacf945761..5a677dfe7484 100644 --- a/drivers/video/fbdev/msm/mdss_dp_hdcp2p2.c +++ b/drivers/video/fbdev/msm/mdss_dp_hdcp2p2.c @@ -449,7 +449,7 @@ static struct attribute *dp_hdcp2p2_fs_attrs[] = { }; static struct attribute_group dp_hdcp2p2_fs_attr_group = { - .name = "dp_hdcp2p2", + .name = "hdcp2p2", .attrs = dp_hdcp2p2_fs_attrs, }; |
