mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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>
This commit is contained in:
parent
86b8843ee2
commit
6921a89dc1
|
|
@ -133,8 +133,8 @@ struct apds9960_data {
|
|||
struct regmap_field *reg_enable_pxs;
|
||||
|
||||
/* state */
|
||||
int als_int;
|
||||
int pxs_int;
|
||||
bool als_int;
|
||||
bool pxs_int;
|
||||
int gesture_mode_running;
|
||||
|
||||
/* gain values */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user