commit | cdf6e8058415ba4d808537e30a0a6be9fb29e95a | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Wed Oct 23 16:13:42 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Oct 23 16:25:18 2013 -0400 |
tree | 9ce8ecf12c509ae70e0158ce96bc147e900a276b | |
parent | d48d88b21ede7990702b990bc36262c3d5fd7a1f [diff] |
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 <alexander.deucher@amd.com>