[PATCH 0/2] HID: iio: gyro: hid-sensor-gyro-3d: probe cleanup

Sanjay Chitroda via B4 Relay posted 2 patches 3 hours ago
There is a newer version of this series
drivers/iio/gyro/hid-sensor-gyro-3d.c | 35 ++++++++++++-----------------------
1 file changed, 12 insertions(+), 23 deletions(-)
[PATCH 0/2] HID: iio: gyro: hid-sensor-gyro-3d: probe cleanup
Posted by Sanjay Chitroda via B4 Relay 3 hours ago
Hi all,

This series cleans up probe error handling in the hid-sensor-gyro-3d
driver by removing redundant dev_err() calls and replacing remaining
dev_err() with dev_err_probe() to simplify error handling.

Testing:
 - Compiled with W=1 for each patch in series

---
Sanjay Chitroda (2):
      iio: gyro: hid-sensor-gyro-3d: Remove redundant dev_err()
      iio: gyro: hid-sensor-gyro-3d: Use dev_err_probe()

 drivers/iio/gyro/hid-sensor-gyro-3d.c | 35 ++++++++++++-----------------------
 1 file changed, 12 insertions(+), 23 deletions(-)
---
base-commit: 36c12dbda81c284d72f3c64689461647497b643b
change-id: 20260724-24-july-hid-gyro-dev-log-clenaup-488534e25965

Best regards,
--  
Sanjay Chitroda <sanjayembeddedse@gmail.com>
Re: [PATCH 0/2] HID: iio: gyro: hid-sensor-gyro-3d: probe cleanup
Posted by Sanjay Chitroda 2 hours ago
Kindly ignore this series, I have re-sent v2.

Thanks, Sanjay


On 24 July 2026 10:44:29 pm IST, Sanjay Chitroda via B4 Relay <devnull+sanjayembeddedse.gmail.com@kernel.org> wrote:
>Hi all,
>
>This series cleans up probe error handling in the hid-sensor-gyro-3d
>driver by removing redundant dev_err() calls and replacing remaining
>dev_err() with dev_err_probe() to simplify error handling.
>
>Testing:
> - Compiled with W=1 for each patch in series
>
>---
>Sanjay Chitroda (2):
>      iio: gyro: hid-sensor-gyro-3d: Remove redundant dev_err()
>      iio: gyro: hid-sensor-gyro-3d: Use dev_err_probe()
>
> drivers/iio/gyro/hid-sensor-gyro-3d.c | 35 ++++++++++++-----------------------
> 1 file changed, 12 insertions(+), 23 deletions(-)
>---
>base-commit: 36c12dbda81c284d72f3c64689461647497b643b
>change-id: 20260724-24-july-hid-gyro-dev-log-clenaup-488534e25965
>
>Best regards,
>--  
>Sanjay Chitroda <sanjayembeddedse@gmail.com>
>
>