gpu: drm: amd: powerplay: Remove logically dead code

Result of pointer airthmentic is never null

fix coverity defect:1451876

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Hariprasad Kelam 2019-08-05 22:51:38 +05:30 committed by Alex Deucher
parent b56a53db4c
commit 2a1e00c3c0

View File

@ -736,8 +736,6 @@ static int smu_v11_0_write_watermarks_table(struct smu_context *smu)
struct smu_table *table = NULL;
table = &smu_table->tables[SMU_TABLE_WATERMARKS];
if (!table)
return -EINVAL;
if (!table->cpu_addr)
return -EINVAL;