Skip to content

Commit

Permalink
[PATCH] fbdev: remove unneeded fbsysfs printk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jon Smirl authored and Linus Torvalds committed Jun 25, 2005
1 parent 5ed5dc6 commit 70c1a0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/video/fbsysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70c1a0a

Please sign in to comment.