mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 09:20:17 +00:00
iio: iio_device_add_event_sysfs() bugfix
Fix mask generation for modified channels. Signed-off-by: Lukasz Czerwinski <l.czerwinski@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
40e23ced93
commit
2b0774df40
@ -276,7 +276,7 @@ static int iio_device_add_event_sysfs(struct iio_dev *indio_dev,
|
|||||||
goto error_ret;
|
goto error_ret;
|
||||||
}
|
}
|
||||||
if (chan->modified)
|
if (chan->modified)
|
||||||
mask = IIO_MOD_EVENT_CODE(chan->type, 0, chan->channel,
|
mask = IIO_MOD_EVENT_CODE(chan->type, 0, chan->channel2,
|
||||||
i/IIO_EV_DIR_MAX,
|
i/IIO_EV_DIR_MAX,
|
||||||
i%IIO_EV_DIR_MAX);
|
i%IIO_EV_DIR_MAX);
|
||||||
else if (chan->differential)
|
else if (chan->differential)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user