From: Kevin Wang Date: Wed, 4 Nov 2020 05:04:56 +0000 (+0800) Subject: drm/amdgpu: cleanup debug log in amdgpu_set_pp_features() X-Git-Tag: baikal/mips/sdk5.9~12066^2~12^2~6 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=f97b6906cfffe9621c6801311fceb82830d560fb;p=kernel.git drm/amdgpu: cleanup debug log in amdgpu_set_pp_features() Signed-off-by: Kevin Wang Reviewed-by: Kenneth Feng Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/pm/amdgpu_pm.c b/drivers/gpu/drm/amd/pm/amdgpu_pm.c index e57153d1fa24f..a33b1cc50008b 100644 --- a/drivers/gpu/drm/amd/pm/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/pm/amdgpu_pm.c @@ -941,8 +941,6 @@ static ssize_t amdgpu_set_pp_features(struct device *dev, if (ret) return -EINVAL; - pr_debug("featuremask = 0x%llx\n", featuremask); - ret = pm_runtime_get_sync(ddev->dev); if (ret < 0) { pm_runtime_put_autosuspend(ddev->dev);