mbox series

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

Message ID e5a7bfc4-7c30-4d68-a522-1d780e910da1@stanley.mountain (mailing list archive)
Headers show
Series iio: bmi323: Fix some bugs in suspend resume | expand

Message

Dan Carpenter Sept. 16, 2024, 2:09 p.m. UTC
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(-)