Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60904
b: refs/heads/master
c: d01184c
h: refs/heads/master
v: v3
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jul 17, 2007
1 parent 81d427b commit 8cb8d09
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: 24fc72239ab5a2d26ebdd4f6950539e6120d1a54
refs/heads/master: d01184c8db7f1aa9b10597b9f8071ecc5d7e12f8
2 changes: 1 addition & 1 deletion trunk/drivers/video/offb.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static void __init offb_init_fb(const char *name, const char *full_name,
return;
}

size = sizeof(struct fb_info) + sizeof(u32) * 17;
size = sizeof(struct fb_info) + sizeof(u32) * 16;

info = kmalloc(size, GFP_ATOMIC);

Expand Down

0 comments on commit 8cb8d09

Please sign in to comment.