From: Chengming Gui Date: Mon, 12 Aug 2019 02:06:34 +0000 (+0800) Subject: drm/amd/powerplay: remove redundancy debug log about smu unsupported features X-Git-Tag: v5.4-rc1~106^2~7^2~197 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d86c887f5edd398dfa62bcb14d5149a014b3c272;p=thirdparty%2Fkernel%2Flinux.git drm/amd/powerplay: remove redundancy debug log about smu unsupported features remove redundancy debug log about smu unsupported features Signed-off-by: Chengming Gui Reviewed-by: Kevin Wang Reviewed-by: Evan Quan Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c b/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c index e6fcbdffe458c..03ce8718b98a4 100644 --- a/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c +++ b/drivers/gpu/drm/amd/powerplay/arcturus_ppt.c @@ -215,7 +215,6 @@ static int arcturus_get_smu_feature_index(struct smu_context *smc, uint32_t inde mapping = arcturus_feature_mask_map[index]; if (!(mapping.valid_mapping)) { - pr_warn("Unsupported SMU feature: %d\n", index); return -EINVAL; }