[PATCH 0/2] iio: bmi323: Fix some bugs in suspend resume

Dan Carpenter posted 2 patches 1 year, 3 months ago
There is a newer version of this series
drivers/iio/imu/bmi323/bmi323_core.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
[PATCH 0/2] iio: bmi323: Fix some bugs in suspend resume
Posted by Dan Carpenter 1 year, 3 months ago
These were a couple bugs I found using static analysis.  I have not tested
this code.

Dan Carpenter (2):
  iio: bmi323: fix copy and paste bugs in suspend resume
  iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume()

 drivers/iio/imu/bmi323/bmi323_core.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] iio: bmi323: Fix some bugs in suspend resume
Posted by Jonathan Cameron 1 year, 3 months ago
On Wed, 11 Sep 2024 10:54:25 +0300
Dan Carpenter <dan.carpenter@linaro.org> wrote:

> These were a couple bugs I found using static analysis.  I have not tested
> this code.
> 
> Dan Carpenter (2):
>   iio: bmi323: fix copy and paste bugs in suspend resume
>   iio: bmi323: fix reversed if statement in bmi323_core_runtime_resume()
> 
>  drivers/iio/imu/bmi323/bmi323_core.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 

These look good to me, but because I'm not planning another pre merge window
pull these will need to wait for rc1 so I have the code in my fixes branch.

If I seem to have lost them, feel free to poke me around rc2 time.

Thanks,

Jonathan