mfd:rk616:hdmi:rename debug node as hdmi
authoryxj <yxj@rock-chips.com>
Sun, 28 Apr 2013 03:25:14 +0000 (11:25 +0800)
committeryxj <yxj@rock-chips.com>
Sun, 28 Apr 2013 04:20:38 +0000 (12:20 +0800)
drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c

index 50e799ece927f9896d126d63af659daf58438adb..6b02b2b99286fa4db0c860e9be386a094c7c9c3d 100755 (executable)
@@ -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);