On Wed, Nov 21, 2018 at 11:13 AM Charles Keepax <[email protected]> wrote:
> The regulator core takes over managing the lifetime of the enable GPIO > once the regulator is registered. As such we shouldn't register the > enable GPIO using devm, or it will be freed twice. > > Reported-by: Marek Szyprowski <[email protected]> > Signed-off-by: Charles Keepax <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Thanks for fixing everything I break, I owe you big time Charles! Now as Marek points out, I need to discern the pattern in this so I can see if I broke something else the same way. Yours, Linus Walleij

