Hi
With kernel 6.10.3-200.fc40, there's a new error when trying to compile the blindscan driver:
[ICODE]/home/ryle/blindscan_kernel/neumo_media_build/v4l/af9013.c: In function 'af9013_probe':
/home/ryle/blindscan_kernel/neumo_media_build/v4l/af9013.c:1483:15: error: too many arguments to function 'i2c_mux_add_adapter'
1483 | ret = i2c_mux_add_adapter(state->muxc, 0, 0, 0);
| ^~~~~~~~~~~~~~~~~~~
In file included from /home/ryle/blindscan_kernel/neumo_media_build/v4l/af9013_priv.h:18,
from /home/ryle/blindscan_kernel/neumo_media_build/v4l/af9013.c:11:
./include/linux/i2c-mux.h:58:5: note: declared here
58 | int i2c_mux_add_adapter(struct i2c_mux_core *muxc,
| ^~~~~~~~~~~~~~~~~~~[/ICODE]