commit | 5e167cdbf6ab51c7cc7c3c2efdc54ec1080834d3 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Jun 03 20:51:46 2014 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jun 09 22:06:48 2014 -0400 |
tree | 9905fda9cd5c888147cedcb7ca3bb5ab40065097 | |
parent | 4c0dae57873edb1560b738c6519361c5ecd443ae [diff] |
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 <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>