[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211017125633.0832bcd4@jic23-huawei>
Date: Sun, 17 Oct 2021 12:56:33 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: Cai Huoqing <caihuoqing@...du.com>,
Kevin Tsai <ktsai@...ellamicro.com>,
Lars-Peter Clausen <lars@...afoo.de>,
linux-iio <linux-iio@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3 1/4] iio: light: cm3605: Make use of the helper
function dev_err_probe()
On Wed, 13 Oct 2021 01:45:47 +0200
Linus Walleij <linus.walleij@...aro.org> wrote:
> On Fri, Oct 8, 2021 at 11:27 AM Cai Huoqing <caihuoqing@...du.com> wrote:
>
> > When possible use dev_err_probe help to properly deal with the
> > PROBE_DEFER error, the benefit is that DEFER issue will be logged
> > in the devices_deferred debugfs file.
> > Using dev_err_probe() can reduce code size, and the error value
> > gets printed.
> >
> > Signed-off-by: Cai Huoqing <caihuoqing@...du.com>
> > ---
> > v2->v3:
> > *Handle platform_get_irq() that returns -EPROBE_DEFER.
> > *Handle the lack of availability of an IIO channel
> > by converting an -ENODEV to an -EPROBE_DEFER.
>
> This looks good to me!
> Reviewed-by: Linus Walleij <linus.walleij@...aro.org>
>
> Yours,
> Linus Walleij
Patches 1 and 3 applied (2 and 4 were applied at v2).
Thanks,
Jonathan
Powered by blists - more mailing lists