[PATCH 0/2] iio: hid-sensor-gyro-3d: fix typo and probe race condition

Bhargav Joshi posted 2 patches 1 month, 2 weeks ago
drivers/iio/gyro/hid-sensor-gyro-3d.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
[PATCH 0/2] iio: hid-sensor-gyro-3d: fix typo and probe race condition
Posted by Bhargav Joshi 1 month, 2 weeks ago
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