Message ID | 20250402150551.388229-1-a.vatoropin@crpt.ru (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | drm/amdgpu: Remove the redundant NULL check for the 'table' object | expand |
diff --git a/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c b/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c index 1c25f3023e93..d6ab6d7777f9 100644 --- a/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c +++ b/drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c @@ -2633,9 +2633,6 @@ static int si_get_cac_std_voltage_max_min(struct amdgpu_device *adev, u32 i; u32 v0_loadline; - if (table == NULL) - return -EINVAL; - *max = 0; *min = 0xFFFF;