You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since commit ebd457d ("iio: light: vcnl4000 add devicetree hooks")
the of_match_table is supported but the data shouldn't be a string.
Instead it shall be one of 'enum vcnl4000_device_ids'. Also the matching
logic for the vcnl4020 was wrong. Since the data retrieve mechanism is
still based on the i2c_device_id no failures did appeared till now.
Fixes: ebd457d ("iio: light: vcnl4000 add devicetree hooks")
Signed-off-by: Marco Felsch <[email protected]>
Reviewed-by: Angus Ainslie (Purism) [email protected]
Cc: <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
0 commit comments