summaryrefslogtreecommitdiff
path: root/drivers/video/q40fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/q40fb.c')
-rw-r--r--drivers/video/q40fb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/q40fb.c b/drivers/video/q40fb.c
index 7487f76..d44c735 100644
--- a/drivers/video/q40fb.c
+++ b/drivers/video/q40fb.c
@@ -119,7 +119,8 @@ static int q40fb_probe(struct platform_device *dev)
return -EINVAL;
}
- fb_info(info, "Q40 frame buffer alive and kicking !\n");
+ printk(KERN_INFO "fb%d: Q40 frame buffer alive and kicking !\n",
+ info->node);
return 0;
}