]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/powerplay: remove redundancy debug log about smu unsupported features
authorChengming Gui <Jack.Gui@amd.com>
Mon, 12 Aug 2019 02:06:34 +0000 (10:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Aug 2019 15:51:01 +0000 (10:51 -0500)
remove redundancy debug log about smu unsupported features

Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c

index e6fcbdffe458c221bddacf6cc822adf2996222dc..03ce8718b98a499dc8fd8934dbb15579a757c902 100644 (file)
@@ -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;
        }