Skip to content
Commit cdf6e805 authored by Alex Deucher's avatar Alex Deucher
Browse files

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: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d48d88b2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment