Re: [PATCH] iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler
From: Linus Walleij <hidden>
Date: 2021-03-02 19:49:13
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2021-03-02 19:49:13
Also in:
lkml
On Mon, Mar 1, 2021 at 9:04 AM Dinghao Liu [off-list ref] wrote:
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. Signed-off-by: Dinghao Liu <redacted>
OK that makes sense. Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij