From: yxj Date: Sun, 28 Apr 2013 03:25:14 +0000 (+0800) Subject: mfd:rk616:hdmi:rename debug node as hdmi X-Git-Tag: firefly_0821_release~7194 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1c156f4824372ce45f4d1ecf7e611e9be94f6abe;p=firefly-linux-kernel-4.4.55.git mfd:rk616:hdmi:rename debug node as hdmi --- diff --git a/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c b/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c index 50e799ece927..6b02b2b99286 100755 --- a/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c +++ b/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c @@ -256,7 +256,7 @@ static int __devinit rk616_hdmi_probe (struct platform_device *pdev) #if defined(CONFIG_DEBUG_FS) if(rk616->debugfs_dir) { - debugfs_create_file("rk616-hdmi", S_IRUSR,rk616->debugfs_dir,rk616,&rk616_hdmi_reg_fops); + debugfs_create_file("hdmi", S_IRUSR,rk616->debugfs_dir,rk616,&rk616_hdmi_reg_fops); } #endif rk616_irq_work_func(NULL);