mfd:rk616:hdmi:rename debug node as hdmi

This commit is contained in:
yxj
2013-04-28 11:25:14 +08:00
parent 8ff9a12cba
commit 1c156f4824

View File

@@ -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);