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:
Ajay Singh Parmar 2017-02-01 15:56:29 -08:00 committed by Tatenda Chipeperekwa
parent a6e0af5773
commit e18a7a0a90

View file

@ -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,
}; };