From: Alex Deucher Date: Tue, 20 Aug 2013 22:40:46 +0000 (-0400) Subject: drm/radeon: gcc fixes for radeon_atombios.c X-Git-Tag: v3.12-rc1~136^2~13^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=607f2c2791ec81e5abca6213ff037e9405378be1;p=pandora-kernel.git drm/radeon: gcc fixes for radeon_atombios.c Newer versions of gcc seem to wander off into the weeds when dealing with variable sizes arrays in structs. Rather than indexing the arrays, use pointer arithmetic. See bugs: https://bugs.freedesktop.org/show_bug.cgi?id=66932 https://bugs.freedesktop.org/show_bug.cgi?id=66972 https://bugs.freedesktop.org/show_bug.cgi?id=66945 Signed-off-by: Alex Deucher --- Reading git-diff-tree failed