Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60907
b: refs/heads/master
c: ce303c0
h: refs/heads/master
i:
  60905: 3fc97f7
  60903: 81d427b
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jul 17, 2007
1 parent 1aac0d3 commit 78dd7f6
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: a66ad56eb2c9644717da4d7f05f971d6786145e3
refs/heads/master: ce303c076baad1b7d8d41d1b98c373843eb820cc
2 changes: 1 addition & 1 deletion trunk/drivers/video/q40fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static int __init q40fb_probe(struct platform_device *dev)
/* mapped in q40/config.c */
q40fb_fix.smem_start = Q40_PHYS_SCREEN_ADDR;

info = framebuffer_alloc(sizeof(u32) * 256, &dev->dev);
info = framebuffer_alloc(sizeof(u32) * 16, &dev->dev);
if (!info)
return -ENOMEM;

Expand Down

0 comments on commit 78dd7f6

Please sign in to comment.