]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/powerplay: Remove unneeded return from pp_smu7_thermal_fini()
authorTom St Denis <tom.stdenis@amd.com>
Tue, 12 Sep 2017 13:56:45 +0000 (09:56 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Sep 2017 16:10:09 +0000 (12:10 -0400)
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/smu7_thermal.c

index 9425f0400a6a5a88500c7e27e4700a9150788ae5..a457b884dd7d7c5d5d9c1c627cc4b0a33eaf6d84 100644 (file)
@@ -572,5 +572,4 @@ void pp_smu7_thermal_fini(struct pp_hwmgr *hwmgr)
 {
        phm_destroy_table(hwmgr, &(hwmgr->set_temperature_range));
        phm_destroy_table(hwmgr, &(hwmgr->start_thermal_controller));
-       return;
 }