Commit 58a6a7dd authored by Rex Zhu's avatar Rex Zhu Committed by Alex Deucher
Browse files

drm/amdgpu: change log level to KERN_INFO in ci_dpm.c

parent 953618cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5991,7 +5991,7 @@ static int ci_dpm_init(struct amdgpu_device *adev)
			tmp |= CNB_PWRMGT_CNTL__DPM_ENABLED_MASK;
			break;
		default:
			DRM_ERROR("Invalid PCC GPIO: %u!\n", gpio.shift);
			DRM_INFO("Invalid PCC GPIO: %u!\n", gpio.shift);
			break;
		}
		WREG32_SMC(ixCNB_PWRMGT_CNTL, tmp);