Loading drivers/gpu/drm/drm_edid.c +3 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,9 @@ static struct edid_quirk { /* Valid EDID header has these bytes */ static u8 edid_header[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 }; static const u8 edid_header[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 }; /** * edid_is_valid - sanity check EDID data Loading Loading
drivers/gpu/drm/drm_edid.c +3 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,9 @@ static struct edid_quirk { /* Valid EDID header has these bytes */ static u8 edid_header[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 }; static const u8 edid_header[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 }; /** * edid_is_valid - sanity check EDID data Loading