]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: imu: inv_mpu6050: simplify code in write_event_config callback
authorJulien Stephan <jstephan@baylibre.com>
Thu, 24 Oct 2024 09:11:27 +0000 (11:11 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 1 Nov 2024 14:54:45 +0000 (14:54 +0000)
commit71490e9ef5a902407866df63e1f8c224e1d9d1db
treeab616885a71c16cc3e9fdc4e12c6c80ce9e9b5a1
parentd567ff3603cf256e3434cf325302da5ddf56c69e
iio: imu: inv_mpu6050: simplify code in write_event_config callback

iio_ev_state_store is actually using kstrtobool to check user
input, then gives the converted boolean value to the write_event_config
callback.

Remove useless code in write_event_config callback.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Acked-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
Link: https://patch.msgid.link/20241024-iio-fix-write-event-config-signature-v1-5-7d29e5a31b00@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
drivers/iio/light/apds9960.c