Commit 70c1a0a4 authored by Jon Smirl's avatar Jon Smirl Committed by Linus Torvalds

[PATCH] fbdev: remove unneeded fbsysfs printk

Remove unneeded fbsysfs printk.
Signed-off-by: default avatarJon Smirl <jonsmirl@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5ed5dc6c
......@@ -228,8 +228,6 @@ static ssize_t store_virtual(struct class_device *class_device,
if (last - buf >= count)
return -EINVAL;
var.yres_virtual = simple_strtoul(last, &last, 0);
printk(KERN_ERR "fb: xres %d yres %d\n", var.xres_virtual,
var.yres_virtual);
if ((err = activate(fb_info, &var)))
return err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment