Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3357
b: refs/heads/master
c: 70c1a0a
h: refs/heads/master
i:
  3355: bf754f1
v: v3
  • Loading branch information
Jon Smirl authored and Linus Torvalds committed Jun 25, 2005
1 parent b88db08 commit d321e86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ed5dc6cb40b163aa19e14eda0957dcc09167b80
refs/heads/master: 70c1a0a49b75854fbc78713bf753b5b4c6f0a421
2 changes: 0 additions & 2 deletions trunk/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 d321e86

Please sign in to comment.