From: Dan Carpenter Date: Tue, 2 Jul 2013 06:22:55 +0000 (+0300) Subject: drm/radeon/dpm: cleanup a type issue with rv6xx_clocks_per_unit() X-Git-Tag: v3.13-rc1~76^2~64^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43e917251aa50e3ff4b19c24f9fe965e4055e389;p=pandora-kernel.git drm/radeon/dpm: cleanup a type issue with rv6xx_clocks_per_unit() The rv6xx_clocks_per_unit() function pretends it can set flags in a u64 bitfield but really because "1" is an int it doesn't work for more than 32 bits. The only caller truncates the high bits away anyway. I've just changed it to be a u32. Signed-off-by: Dan Carpenter Signed-off-by: Alex Deucher --- Reading git-diff-tree failed