From e18a7a0a90fd0daddc02b9018c036b19ea4e372a Mon Sep 17 00:00:00 2001 From: Ajay Singh Parmar Date: Wed, 1 Feb 2017 15:56:29 -0800 Subject: [PATCH] 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 --- drivers/video/fbdev/msm/mdss_dp_hdcp2p2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };