drm/amdgpu/powerplay: drop a redundant NULL check
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Nov 2016 16:39:08 +0000 (11:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Nov 2016 19:05:52 +0000 (14:05 -0500)
Left over from an earlier rev of the patch.

Acked-by: Colin Ian King <colin.king@canonical.com>
Cc: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Colin King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c

index b0c929dd8beb380a1742acbfd0ff652a2af84ada..13f2b705ea49811269ec409d476f4835c1efaa03 100644 (file)
@@ -1469,8 +1469,6 @@ static int smu7_get_evv_voltages(struct pp_hwmgr *hwmgr)
                                                table_info->vddgfx_lookup_table, vv_id, &sclk)) {
                                if (phm_cap_enabled(hwmgr->platform_descriptor.platformCaps,
                                                        PHM_PlatformCaps_ClockStretcher)) {
-                                       if (table_info == NULL)
-                                               return -EINVAL;
                                        sclk_table = table_info->vdd_dep_on_sclk;
 
                                        for (j = 1; j < sclk_table->count; j++) {