Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54877
b: refs/heads/master
c: c427063
h: refs/heads/master
i:
  54875: b44dc29
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed May 8, 2007
1 parent 5ec0aaf commit 6a95dfa
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: 464bdd33e9baad9806c7adbd8dfc37081a55f27e
refs/heads/master: c4270637ff379163d22721b897f0dc5592794c68
2 changes: 1 addition & 1 deletion trunk/drivers/video/fbsysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static ssize_t show_pan(struct device *device,
{
struct fb_info *fb_info = dev_get_drvdata(device);
return snprintf(buf, PAGE_SIZE, "%d,%d\n", fb_info->var.xoffset,
fb_info->var.xoffset);
fb_info->var.yoffset);
}

static ssize_t show_name(struct device *device,
Expand Down

0 comments on commit 6a95dfa

Please sign in to comment.