summaryrefslogtreecommitdiffstats
path: root/drivers/video/fm2fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fm2fb.c')
-rw-r--r--drivers/video/fm2fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fm2fb.c b/drivers/video/fm2fb.c
index c99c9671302b..e69d47af9932 100644
--- a/drivers/video/fm2fb.c
+++ b/drivers/video/fm2fb.c
@@ -289,7 +289,7 @@ static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id)
289 zorro_release_device(z); 289 zorro_release_device(z);
290 return -EINVAL; 290 return -EINVAL;
291 } 291 }
292 printk("fb%d: %s frame buffer device\n", info->node, fb_fix.id); 292 fb_info(info, "%s frame buffer device\n", fb_fix.id);
293 return 0; 293 return 0;
294} 294}
295 295