mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/edid: const cleanup
@ 2009-09-23 16:01 Adam Jackson
  2009-09-23 16:01 ` [PATCH 2/4] drm/edid: Ignore bad standard timings Adam Jackson
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Jackson @ 2009-09-23 16:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: Adam Jackson

Signed-off-by: Adam Jackson <ajax@redhat.com>
---
 drivers/gpu/drm/drm_edid.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c
index 90d76ba..3326987 100644
--- a/drivers/gpu/drm/drm_edid.c
+++ b/drivers/gpu/drm/drm_edid.c
@@ -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
-- 
1.6.4.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-23 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-23 16:01 [PATCH 1/4] drm/edid: const cleanup Adam Jackson
2009-09-23 16:01 ` [PATCH 2/4] drm/edid: Ignore bad standard timings Adam Jackson
2009-09-23 16:01   ` [PATCH 3/4] drm/edid: Detailed standard timing blocks have six timings, not five Adam Jackson
2009-09-23 16:01     ` [PATCH 4/4] drm/edid: Fix standard timing parse for EDID <= 1.2 Adam Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®