Skip to content

Commit

Permalink
CI: add iio_event_type to kernel side checking
Browse files Browse the repository at this point in the history
In check_kernel.sh we accidently were not checking iio_event_type and
iio_event_direction from upstream kernels, so we missed a few changes.

Make sure we add that for future checking.

Signed-off-by: Robin Getz <[email protected]>
  • Loading branch information
rgetz authored and pcercuei committed Oct 25, 2022
1 parent 1246cb0 commit c889bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/azure/check_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ wget -O ${KERNEL_TYPES} https://git.kernel.org/pub/scm/linux/kernel/git/torvalds

ret=0

for enum in iio_chan_type iio_modifier
for enum in iio_chan_type iio_modifier iio_event_type iio_event_direction
do
echo looking for ${enum}
rm -f /tmp/kernel_${enum} /tmp/libiio_${enum}
Expand Down

0 comments on commit c889bba

Please sign in to comment.