Re: [PATCH 09/10] input: keyboard: adp5588-keys: add regulator support
From: Andy Shevchenko <hidden>
Date: 2022-07-08 14:49:02
Also in:
linux-devicetree, linux-gpio
From: Andy Shevchenko <hidden>
Date: 2022-07-08 14:49:02
Also in:
linux-devicetree, linux-gpio
On Fri, Jul 8, 2022 at 11:37 AM Nuno Sá [off-list ref] wrote:
Support feeding VCC through a regulator.
...
+ ret = devm_add_action_or_reset(&client->dev, adp5588_disable_regulator, + vcc);
One line?
+ if (ret) + return ret;
-- With Best Regards, Andy Shevchenko