mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 09:43:59 +08:00
[PATCH] fbdev: remove unneeded fbsysfs printk
Remove unneeded fbsysfs printk. Signed-off-by: Jon Smirl <jonsmirl@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5ed5dc6cb4
commit
70c1a0a49b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user