mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
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: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
48a2c3799b
commit
4a70513074
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user