iio: light: apds9960: convert als_int and pxs_int to bool
authorJulien Stephan <jstephan@baylibre.com>
Thu, 31 Oct 2024 15:27:09 +0000 (16:27 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 3 Nov 2024 20:33:44 +0000 (20:33 +0000)
commit6921a89dc18c2d6ca0e54335b494a39ecde155e7
treeadb63a3a7549bfcf55772dd0ae28edc7991eba41
parent86b8843ee2bb8038f3c648cd9e7f3b787fad3ea3
iio: light: apds9960: convert als_int and pxs_int to bool

Since the write_event_config callback now uses a bool for the state
parameter, update type of als_int and pxs_int to bool.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Link: https://patch.msgid.link/20241031-iio-fix-write-event-config-signature-v2-14-2bcacbb517a2@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/apds9960.c