aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/clps711xfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/clps711xfb.c b/drivers/video/clps711xfb.c
index 17b5267f44d7..9f8a389dc7ae 100644
--- a/drivers/video/clps711xfb.c
+++ b/drivers/video/clps711xfb.c
@@ -381,7 +381,7 @@ int __init clps711xfb_init(void)
381 381
382 /* Register the /proc entries. */ 382 /* Register the /proc entries. */
383 clps7111fb_backlight_proc_entry = create_proc_entry("backlight", 0444, 383 clps7111fb_backlight_proc_entry = create_proc_entry("backlight", 0444,
384 &proc_root); 384 NULL);
385 if (clps7111fb_backlight_proc_entry == NULL) { 385 if (clps7111fb_backlight_proc_entry == NULL) {
386 printk("Couldn't create the /proc entry for the backlight.\n"); 386 printk("Couldn't create the /proc entry for the backlight.\n");
387 return -EINVAL; 387 return -EINVAL;