From: Christian König Date: Tue, 3 Jun 2014 18:51:46 +0000 (+0200) Subject: drm/radeon: use lower_32_bits where appropriate X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~3^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e167cdbf6ab51c7cc7c3c2efdc54ec1080834d3;p=pandora-kernel.git drm/radeon: use lower_32_bits where appropriate 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 Signed-off-by: Alex Deucher --- Reading git-diff-tree failed