Commit 79da342c31ea839277060c1d2086aaf3b5cd85a4
Committed by
Linus Torvalds
1 parent
4ac493b1d5
Exists in
master
and in
4 other branches
[PATCH] more get_property() fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/video/riva/fbdev.c
... | ... | @@ -1826,7 +1826,7 @@ |
1826 | 1826 | { |
1827 | 1827 | struct riva_par *par = info->par; |
1828 | 1828 | struct device_node *dp; |
1829 | - unsigned char *pedid = NULL; | |
1829 | + const unsigned char *pedid = NULL; | |
1830 | 1830 | const unsigned char *disptype = NULL; |
1831 | 1831 | static char *propnames[] = { |
1832 | 1832 | "DFP,EDID", "LCD,EDID", "EDID", "EDID1", "EDID,B", "EDID,A", NULL }; |