Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5773,7 +5773,7 @@ int ci_dpm_init(struct radeon_device *rdev)
			tmp |= DPM_ENABLED;
			tmp |= DPM_ENABLED;
			break;
			break;
		default:
		default:
			DRM_ERROR("Invalid PCC GPIO!");
			DRM_ERROR("Invalid PCC GPIO: %u!\n", gpio.shift);
			break;
			break;
		}
		}
		WREG32_SMC(CNB_PWRMGT_CNTL, tmp);
		WREG32_SMC(CNB_PWRMGT_CNTL, tmp);