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>
This commit is contained in:
parent
a6e0af5773
commit
e18a7a0a90
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ static struct attribute *dp_hdcp2p2_fs_attrs[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct attribute_group dp_hdcp2p2_fs_attr_group = {
|
static struct attribute_group dp_hdcp2p2_fs_attr_group = {
|
||||||
.name = "dp_hdcp2p2",
|
.name = "hdcp2p2",
|
||||||
.attrs = dp_hdcp2p2_fs_attrs,
|
.attrs = dp_hdcp2p2_fs_attrs,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue