Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a705130 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Greg Kroah-Hartman
Browse files

staging:iio:lisght:isl29018 use IIO_PROCESSED enum value.



No functional change, just a trivial tidy up so all drivers
do the same thing.

Signed-off-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 48a2c379
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ static const struct iio_chan_spec isl29018_channels[] = {
		.type = IIO_LIGHT,
		.indexed = 1,
		.channel = 0,
		.processed_val = 1,
		.processed_val = IIO_PROCESSED,
		.info_mask = (1 << IIO_CHAN_INFO_CALIBSCALE_SEPARATE),
	}, {
		.type = IIO_INTENSITY,