[PATCH 0/2] iio: hid-sensor-gyro-3d: fix typo and probe race condition
From: Bhargav Joshi
Date: Sat Feb 28 2026 - 16:38:32 EST
This patch series introduces two changes to the hid-sensor-gyro-3d
driver:
- Patch 1: Move iio_device_register() to the end of the probe()
function and updates the error handling and remove() sequences to
strictly follow the LIFO teardown order.
- Patch 2: Fixes a trivial spelling mistake in a array name ('gryo' to
'gyro').
Bhargav Joshi (2):
iio: hid-sensor-gyro-3d: move iio_device_register() to end of probe()
iio: hid-sensor-gyro-3d: fix typo in array name
drivers/iio/gyro/hid-sensor-gyro-3d.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
--
2.53.0