Re: [PATCH 02/10] iio: adc: mcp3911: use resource-managed version of iio_device_register

From: Andy Shevchenko
Date: Thu Jun 23 2022 - 15:31:38 EST


On Thu, Jun 23, 2022 at 7:40 PM Marcus Folkesson
<marcus.folkesson@xxxxxxxxx> wrote:
>
> Keep using managed resources as much as possible.

You may not mix devm_ and non-devm_ API calls like this.
So, you rule of thumb that goto is most of the time wrong after devm_ call.

--
With Best Regards,
Andy Shevchenko