From: Alex Deucher Date: Mon, 16 Sep 2013 21:46:00 +0000 (-0400) Subject: drm/radeon: additional gcc fixes for radeon_atombios.c X-Git-Tag: v3.12-rc3~7^2~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7ee824a6255e347ea76e2f00827e81bbe01004e;p=pandora-kernel.git drm/radeon: additional 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. Fix up spread spectrum tables. 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