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:
59731f8
)
radeonfb: the pseudo_palette is only 16 elements long
author
Antonino A. Daplas
<
[email protected]
>
Tue, 17 Jul 2007 11:05:43 +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/aty/radeonfb.h
patch
|
blob
|
history
diff --git
a/drivers/video/aty/radeonfb.h
b/drivers/video/aty/radeonfb.h
index 7ebffcdfd1e38e67d64b155dc8abf4d706ec11dd..7c922c7b460b3c51903deb41fc79b084a95e656e 100644
(file)
--- a/
drivers/video/aty/radeonfb.h
+++ b/
drivers/video/aty/radeonfb.h
@@
-301,7
+301,7
@@
struct radeonfb_info {
void __iomem *bios_seg;
int fp_bios_start;
- u32 pseudo_palette[1
7
];
+ u32 pseudo_palette[1
6
];
struct { u8 red, green, blue, pad; }
palette[256];