Re: [PATCH V2 5/5] OPP: decouple dt properties in opp_parse_supplies()
From: James Calligeros
Date: Fri Nov 04 2022 - 01:25:55 EST
On Friday, 4 November 2022 3:07:52 PM AEST Viresh Kumar wrote:
> It should happen sequentially.
I noticed the mutexes after I got some sleep :)
> Initialize "ret = 0" in opp_parse_supplies().
>
> Or pick patches from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
>
It didn't even cross my mind that opp_parse_supplies() returning
ret uninitialised was causing the failure further up the chain. Applied
and tested, everything's working as expected now.
> Sorry for the trouble.
This is on me, I should have heeded the compiler warning.
- James