Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a10ad69c authored by Tom St Denis's avatar Tom St Denis Committed by Alex Deucher
Browse files

drm/amd/powerplay: Remove unneeded return from pp_smu7_thermal_fini()

parent 30f111fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -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->set_temperature_range));
	phm_destroy_table(hwmgr, &(hwmgr->start_thermal_controller));
	phm_destroy_table(hwmgr, &(hwmgr->start_thermal_controller));
	return;
}
}