From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarek Poplawski Subject: [2.6.37-rc7] drivers/gpu/drm/drm_edid.c:1303: warning: array subscript is above array bounds Date: Sat, 25 Dec 2010 14:13:43 +0100 Message-ID: <20101225131343.GA1960@del.dom.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Linux Kernel Cc: David Airlie , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi, There is this compile warning in Linus' tree (gcc version 4.3.3): drivers/gpu/drm/drm_edid.c: In function 'drm_detect_hdmi_monitor': drivers/gpu/drm/drm_edid.c:1303: warning: array subscript is above array bounds drivers/gpu/drm/drm_edid.c: In function 'drm_detect_monitor_audio': drivers/gpu/drm/drm_edid.c:1303: warning: array subscript is above array bounds Cheers, Jarek P.