drm/radeon: use lower_32_bits where appropriate
authorChristian König <christian.koenig@amd.com>
Tue, 3 Jun 2014 18:51:46 +0000 (20:51 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jun 2014 02:06:48 +0000 (22:06 -0400)
Replace occurrences of "v & 0xffffffff" with lower_32_bits(v)
when it's next to an upper_32_bits(v). Also remove unnecessary
"upper_32_bits(v) & 0xffffffff" code snippets.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found