]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: proximity: pulsedlight: Fix rumtime PM imbalance on error
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Mon, 12 Apr 2021 05:32:02 +0000 (13:32 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 10 May 2021 13:01:48 +0000 (14:01 +0100)
commita2fa9242e89f27696515699fe0f0296bf1ac1815
treea328ed3606b783dad05713db5a1e4ef6cf11c319
parent8edb79af88efc6e49e735f9baf61d9f0748b881f
iio: proximity: pulsedlight: Fix rumtime PM imbalance on error

When lidar_write_control() fails, a pairing PM usage counter
decrement is needed to keep the counter balanced.

Fixes: 4ac4e086fd8c5 ("iio: pulsedlight-lidar-lite: add runtime PM")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20210412053204.4889-1-dinghao.liu@zju.edu.cn
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/proximity/pulsedlight-lidar-lite-v2.c