mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
iio: imu: st_lsm6dsx: use bool for event state
Since the write_event_config callback now uses a bool for the state parameter, update the signature of the function it calls accordingly. Signed-off-by: Julien Stephan <jstephan@baylibre.com> Link: https://patch.msgid.link/20241031-iio-fix-write-event-config-signature-v2-11-2bcacbb517a2@baylibre.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
96a59e302c
commit
3121da857c
@@ -1865,7 +1865,7 @@ static int st_lsm6dsx_write_raw(struct iio_dev *iio_dev,
|
||||
return err;
|
||||
}
|
||||
|
||||
static int st_lsm6dsx_event_setup(struct st_lsm6dsx_hw *hw, int state)
|
||||
static int st_lsm6dsx_event_setup(struct st_lsm6dsx_hw *hw, bool state)
|
||||
{
|
||||
const struct st_lsm6dsx_reg *reg;
|
||||
unsigned int data;
|
||||
|
||||
Reference in New Issue
Block a user