From: Alex Deucher Date: Wed, 23 Oct 2013 20:13:42 +0000 (-0400) Subject: drm/radeon/dpm: fix incompatible casting on big endian X-Git-Tag: v3.12~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf6e8058415ba4d808537e30a0a6be9fb29e95a;p=pandora-kernel.git drm/radeon/dpm: fix incompatible casting on big endian We use u16 for voltage values throughout the driver so switch the table values to a u16 as well. Fixes an incompatible cast error in ci_patch_clock_voltage_limits_with_vddc_leakage() picked up by coverity. Signed-off-by: Alex Deucher --- Reading git-diff-tree failed