From: Alex Deucher Date: Tue, 20 Aug 2013 23:09:54 +0000 (-0400) Subject: drm/radeon: gcc fixes for kb/kv dpm X-Git-Tag: v3.12-rc1~136^2~13^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af37a7d4e195119ecfd570d02d17d4d159da912;p=pandora-kernel.git drm/radeon: gcc fixes for kb/kv dpm 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