diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c index f12b9e777703..39ef93ac5467 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | |||
@@ -719,7 +719,6 @@ static ssize_t amdgpu_set_pp_power_profile_mode(struct device *dev, | |||
719 | count = -EINVAL; | 719 | count = -EINVAL; |
720 | goto fail; | 720 | goto fail; |
721 | } | 721 | } |
722 | pr_info("value is %ld \n", parameter[parameter_size]); | ||
723 | parameter_size++; | 722 | parameter_size++; |
724 | while (isspace(*tmp_str)) | 723 | while (isspace(*tmp_str)) |
725 | tmp_str++; | 724 | tmp_str++; |