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

Dan Carpenter posted 2 patches 2 months, 2 weeks ago
Only 0 patches received!
drivers/iio/imu/bmi323/bmi323_core.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
[PATCH v2 0/2] iio: bmi323: Fix some bugs in suspend resume
Posted by Dan Carpenter 2 months, 2 weeks ago
These were a couple bugs I found using static analysis.

Changes in v2:
Added an error message in patch 2.

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 | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

-- 
2.45.2
Re: [PATCH v2 0/2] iio: bmi323: Fix some bugs in suspend resume
Posted by Jonathan Cameron 2 months ago
On Mon, 16 Sep 2024 17:09:03 +0300
Dan Carpenter <dan.carpenter@linaro.org> wrote:

> These were a couple bugs I found using static analysis.
> 
> Changes in v2:
> Added an error message in patch 2.
Both applied to the fixes-togreg branch of iio.git.

Thanks,

Jonathan

> 
> 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 | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)
>