mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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:
parent
b56a53db4c
commit
2a1e00c3c0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user