Commit 66648b81 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: fix PCC debugging message for CI DPM

Add missing newline and print the bad gpio shift.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0e4ed1c1
......@@ -5773,7 +5773,7 @@ int ci_dpm_init(struct radeon_device *rdev)
tmp |= DPM_ENABLED;
break;
default:
DRM_ERROR("Invalid PCC GPIO!");
DRM_ERROR("Invalid PCC GPIO: %u!\n", gpio.shift);
break;
}
WREG32_SMC(CNB_PWRMGT_CNTL, tmp);
......
Markdown is supported
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