Skip to content

Commit e868e01

Browse files
ubiedahenrikbrixandersen
authored andcommitted
sensor: fix: Add missing iodev const on zvrfy handler
Was forgotten on #96245. Fixes: #96668. Signed-off-by: Luis Ubieda <[email protected]>
1 parent 6360c7f commit e868e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/sensor/sensor_handlers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static inline int z_vrfy_sensor_get_decoder(const struct device *dev,
6868
}
6969
#include <zephyr/syscalls/sensor_get_decoder_mrsh.c>
7070

71-
static inline int z_vrfy_sensor_reconfigure_read_iodev(struct rtio_iodev *iodev,
71+
static inline int z_vrfy_sensor_reconfigure_read_iodev(const struct rtio_iodev *iodev,
7272
const struct device *sensor,
7373
const struct sensor_chan_spec *channels,
7474
size_t num_channels)

0 commit comments

Comments
 (0)