drm/radeon/dpm/atom: restructure logic to work around a compiler bug
authorAndre Heider <a.heider@gmail.com>
Wed, 17 Jul 2013 18:02:23 +0000 (14:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Jul 2013 18:52:49 +0000 (14:52 -0400)
It seems gcc 4.8.1 generates bogus code for the old logic causing
part of the function to get skipped.

Fixes:
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 <alexander.deucher@amd.com>

No differences found