Re: [PATCH] iio: light: gp2ap002: Fix rumtime PM imbalance on error

From: Linus Walleij
Date: Wed Apr 07 2021 - 03:16:45 EST


On Wed, Apr 7, 2021 at 5:49 AM Dinghao Liu <dinghao.liu@xxxxxxxxxx> wrote:

> When devm_request_threaded_irq() fails, we should decrease the
> runtime PM counter to keep the counter balanced. But when
> iio_device_register() fails, we need not to decrease it because
> we have already decreased it before.
>
> Signed-off-by: Dinghao Liu <dinghao.liu@xxxxxxxxxx>

Looks correct, this semantic ordering always confuse me
a bit:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij