提交 66648b81 编写于 作者: A Alex Deucher

drm/radeon: fix PCC debugging message for CI DPM

Add missing newline and print the bad gpio shift.
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册