On Wed, Apr 7, 2021 at 5:49 AM Dinghao Liu <[email protected]> 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 <[email protected]> Looks correct, this semantic ordering always confuse me a bit: Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

