mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v7.2-rc[n] into the next branch, to allow them to get tested together with the pmdomain changes that are targeted for the next release. Signed-off-by: Ulf Hansson <ulfh@kernel.org>
This commit is contained in:
commit
3ca7b513ae
|
|
@ -657,7 +657,7 @@ static int mtk_mfg_attach_dev(struct generic_pm_domain *pd, struct device *dev)
|
|||
struct mtk_mfg *mfg = mtk_mfg_from_genpd(pd);
|
||||
struct dev_pm_opp_data *so = mfg->stack_opps;
|
||||
struct dev_pm_opp_data *go = mfg->gpu_opps;
|
||||
struct dev_pm_opp_data *prev_o;
|
||||
struct dev_pm_opp_data *prev_o = NULL;
|
||||
struct dev_pm_opp_data *o;
|
||||
int i, ret;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user