projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
drivers/video/geode/lxfb_core.c: fix lxfb_setup warning
[linux-2.6]
/
drivers
/
video
/
offb.c
diff --git
a/drivers/video/offb.c
b/drivers/video/offb.c
index
885b428
..
452433d
100644
(file)
--- a/
drivers/video/offb.c
+++ b/
drivers/video/offb.c
@@
-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) * 1
7
;
+ size = sizeof(struct fb_info) + sizeof(u32) * 1
6
;
info = kmalloc(size, GFP_ATOMIC);