Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79da342c authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] more get_property() fallout

parent 4ac493b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 device_node *dp;
	unsigned char *pedid = NULL;
	const unsigned char *pedid = NULL;
	const unsigned char *disptype = NULL;
	static char *propnames[] = {
		"DFP,EDID", "LCD,EDID", "EDID", "EDID1", "EDID,B", "EDID,A", NULL };