projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372166a
)
intelfb: the pseudo_palette is only 16 elements long
author
Antonino A. Daplas
<
[email protected]
>
Tue, 17 Jul 2007 11:05:44 +0000
(
04:05
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 17 Jul 2007 17:23:12 +0000
(10:23 -0700)
The pseudo_palette is only 16 elements long.
Signed-off-by: Antonino Daplas <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/intelfb/intelfb.h
patch
|
blob
|
history
diff --git
a/drivers/video/intelfb/intelfb.h
b/drivers/video/intelfb/intelfb.h
index 80b94c19a9fac5ea30f373654fb8a78b0d83740b..6148300fadd64638467e5b71701a82c067d50308 100644
(file)
--- a/
drivers/video/intelfb/intelfb.h
+++ b/
drivers/video/intelfb/intelfb.h
@@
-302,7
+302,7
@@
struct intelfb_info {
u32 ring_lockup;
/* palette */
- u32 pseudo_palette[1
7
];
+ u32 pseudo_palette[1
6
];
/* chip info */
int pci_chipset;