lkml.org 
[lkml]   [2020]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] iio: frequency: ad9523: convert rest of driver to device managed functions
On Tue, Jul 21, 2020 at 2:27 PM Alexandru Ardelean
<alexandru.ardelean@analog.com> wrote:
>
> The driver pretty much uses device managed functions. The only left-over is
> the iio_device_register() function, which also requires an action-or-reset
> hook to disable the regulator on the remove and error path.
>
> Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>

...


> + ret = devm_iio_device_register(&spi->dev, indio_dev);
> + if (ret == 0)

> + dev_info(&spi->dev, "probed %s\n", indio_dev->name);
>
> return ret;

Please, drop this useless spam (I agree here with Greg KH) and use simply
return devm_iio_...(...);

--
With Best Regards,
Andy Shevchenko

\
 
 \ /
  Last update: 2020-07-21 21:34    [W:0.071 / U:1.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site