On Fri, Oct 21, 2022 at 04:19:04PM +0300, Matti Vaittinen wrote: > Drop open-coded pattern: 'devm_regulator_get(), regulator_enable(), > add_action_or_reset(regulator_disable)' and use the > devm_regulator_get_enable() and drop the pointer to the regulator. > This simplifies code and makes it less tempting to add manual control > for the regulator which is also controlled by devm. > > Signed-off-by: Matti Vaittinen <mazziesaccount@xxxxxxxxx> > Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> Applied to hwmon-next. Thanks, Guenter