mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-11-29 06:40:37 +00:00
[PATCH] more get_property() fallout
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4ac493b1d5
commit
79da342c31
@ -1826,7 +1826,7 @@ static int __devinit riva_get_EDID_OF(struct fb_info *info, struct pci_dev *pd)
|
|||||||
{
|
{
|
||||||
struct riva_par *par = info->par;
|
struct riva_par *par = info->par;
|
||||||
struct device_node *dp;
|
struct device_node *dp;
|
||||||
unsigned char *pedid = NULL;
|
const unsigned char *pedid = NULL;
|
||||||
const unsigned char *disptype = NULL;
|
const unsigned char *disptype = NULL;
|
||||||
static char *propnames[] = {
|
static char *propnames[] = {
|
||||||
"DFP,EDID", "LCD,EDID", "EDID", "EDID1", "EDID,B", "EDID,A", NULL };
|
"DFP,EDID", "LCD,EDID", "EDID", "EDID1", "EDID,B", "EDID,A", NULL };
|
||||||
|
Loading…
Reference in New Issue
Block a user