Commit 4b39264f authored by Kevin Wang's avatar Kevin Wang Committed by Alex Deucher
Browse files

drm/amdgpu: cleanup debug log in amdgpu_set_pp_features()

parent 5ce71f59
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);