Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60908
b: refs/heads/master
c: 9965f5b
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jul 17, 2007
1 parent 78dd7f6 commit 0194435
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: ce303c076baad1b7d8d41d1b98c373843eb820cc
refs/heads/master: 9965f5b137f11a7dce01b2c32874a4875f024306
2 changes: 1 addition & 1 deletion trunk/drivers/video/sgivwfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ static int __init sgivwfb_probe(struct platform_device *dev)
struct fb_info *info;
char *monitor;

info = framebuffer_alloc(sizeof(struct sgivw_par) + sizeof(u32) * 256, &dev->dev);
info = framebuffer_alloc(sizeof(struct sgivw_par) + sizeof(u32) * 16, &dev->dev);
if (!info)
return -ENOMEM;
par = info->par;
Expand Down

0 comments on commit 0194435

Please sign in to comment.