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

Commit eafbbd98 authored by Alex Deucher's avatar Alex Deucher
Browse files

amd/powerplay: fix copy paste typo in hardwaremanager.c

parent 53d8eabe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ int phm_notify_smc_display_config_after_ps_adjustment(struct pp_hwmgr *hwmgr)

	if (phm_cap_enabled(hwmgr->platform_descriptor.platformCaps,
				 PHM_PlatformCaps_TablelessHardwareInterface))
		if (NULL != hwmgr->hwmgr_func->display_config_changed)
		if (NULL != hwmgr->hwmgr_func->notify_smc_display_config_after_ps_adjustment)
			hwmgr->hwmgr_func->notify_smc_display_config_after_ps_adjustment(hwmgr);

	return 0;