drm/radeon: fix PCC debugging message for CI DPM
Add missing newline and print the bad gpio shift. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0e4ed1c190
commit
66648b81ce
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue