Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1991
b: refs/heads/master
c: e2c1649
h: refs/heads/master
i:
  1989: c30bc4e
  1987: b56d282
  1983: a10713e
v: v3
  • Loading branch information
Jon Smirl authored and Linus Torvalds committed Jun 14, 2005
1 parent dbbbd03 commit 5209190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6df3cecbb95345981718b38d357c50bc3425420a
refs/heads/master: e2c16499515aa044676a14b97a1b8a35f879152a
2 changes: 1 addition & 1 deletion trunk/drivers/video/fbsysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static ssize_t show_virtual(struct class_device *class_device, char *buf)
struct fb_info *fb_info =
(struct fb_info *)class_get_devdata(class_device);
return snprintf(buf, PAGE_SIZE, "%d,%d\n", fb_info->var.xres_virtual,
fb_info->var.xres_virtual);
fb_info->var.yres_virtual);
}

static ssize_t store_cmap(struct class_device *class_device, const char * buf,
Expand Down

0 comments on commit 5209190

Please sign in to comment.