iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler
authorDinghao Liu <dinghao.liu@zju.edu.cn>
Mon, 1 Mar 2021 08:04:21 +0000 (16:04 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 6 Mar 2021 17:15:13 +0000 (17:15 +0000)
commit6dbbbe4cfd398704b72b21c1d4a5d3807e909d60
treeb714d7ce7dad96320262d0dd99c848a237114e66
parent141e7633aa4d2838d1f6ad5c74cccc53547c16ac
iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler

There is one regmap_bulk_read() call in mpu3050_trigger_handler
that we have caught its return value bug lack further handling.
Check and terminate the execution flow just like the other three
regmap_bulk_read() calls in this function.

Fixes: 3904b28efb2c7 ("iio: gyro: Add driver for the MPU-3050 gyroscope")
Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210301080421.13436-1-dinghao.liu@zju.edu.cn
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/gyro/mpu3050-core.c