Pushed to https://launchpad.net/~vicamo/+archive/ubuntu/ppa-2120461 for review/verification.
** Description changed: drivers/mfd/usbio.c: In function ‘usbio_transfer_internal’: drivers/gpio/gpio-usbio.c: In function ‘usbio_gpio_probe’: drivers/mfd/usbio.c:394:38: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] - 394 | u8 *i2cpkt = obuf; - | ^~~~ + 394 | u8 *i2cpkt = obuf; + | ^~~~ drivers/gpio/gpio-usbio.c:451:28: error: assignment to ‘int (*)(struct gpio_chip *, unsigned int, int)’ from incompatible pointer type ‘void (*)(struct gpio_chip *, unsigned int, int)’ [-Wincompatible-pointer-types] - 451 | usbio_gpio->gc.set = usbio_gpio_set_value; - | ^ + 451 | usbio_gpio->gc.set = usbio_gpio_set_value; + | ^ drivers/mfd/usbio.c: At top level: drivers/mfd/usbio.c:471:6: warning: no previous prototype for ‘usbio_unregister_event_cb’ [-Wmissing-prototypes] - 471 | void usbio_unregister_event_cb(struct platform_device *pdev) - | ^~~~~~~~~~~~~~~~~~~~~~~~~ + 471 | void usbio_unregister_event_cb(struct platform_device *pdev) + | ^~~~~~~~~~~~~~~~~~~~~~~~~ make[4]: *** [/usr/src/linux-headers-6.17.0-0-generic/scripts/Makefile.build:287: drivers/gpio/gpio-usbio.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/usr/src/linux-headers-6.17.0-0-generic/Makefile:2016: .] Error 2 make[2]: *** [/usr/src/linux-headers-6.17.0-0-generic/Makefile:248: __sub-make] Error 2 make[2]: Leaving directory '/var/lib/dkms/usbio-drivers/0~git202410311813.266ae665/build' make[1]: *** [Makefile:248: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.17.0-0-generic' + + Forwarded to upstream as https://github.com/intel/usbio-drivers/pull/38. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2120461 Title: Failed to build against linux-6.17 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usbio-drivers/+bug/2120461/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
