Hi all, For some time I have been getting the following warning from the powerpc allyesconfig build: drivers/usb/host/fhci-hcd.c: In function 'fhci_urb_enqueue': drivers/usb/host/fhci-hcd.c:398:8: warning: this statement may fall through [-Wimplicit-fallthrough=] 398 | size = 2; | ~~~~~^~~ drivers/usb/host/fhci-hcd.c:399:2: note: here 399 | case PIPE_BULK: | ^~~~ Introduced by commit 236dd4d18f29 ("USB: Driver for Freescale QUICC Engine USB Host Controller") from 2009, but exposed only recently. -- Cheers, Stephen Rothwell