Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPP: Free OPP table properly on performance state irregularities
The OPP table was freed, but not the individual OPPs which is done from _dev_pm_opp_remove_table(). Fix it by calling _dev_pm_opp_remove_table() as well. Cc: 4.18 <[email protected]> # v4.18 Fixes: 3ba9832 ("PM / OPP: Get performance state using genpd helper") Tested-by: Niklas Cassel <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
- Loading branch information