Hi Tom, I'm finally back from paternity leave. Thanks again for picking up the urgent things while I was away.
Here is a small PR for next: Fastboot: - Fix has-slot command when using nand back-end. USB gadget: - Add missing null checks to atmel, dwc2 drivers (smatch) - Remove redundant check in dwc3 gadget (smatch) CI: - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/27791 Regards, Mattijs The following changes since commit 9710d98e8942151fc0c62d54100d9d27e8263d04: Merge tag 'doc-next-2025-09-27' of https://source.denx.de/u-boot/custodians/u-boot-efi into next (2025-09-27 09:49:01 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20251001 for you to fetch changes up to 8cd4a5e94ba2ab73fde3301d6314549dd5a25cb4: usb: dwc3: Remove redundant test (2025-09-30 11:55:23 +0200) ---------------------------------------------------------------- u-boot-dfu-next-20251001 Fastboot: - Fix has-slot command when using nand back-end. USB gadget: - Add missing null checks to atmel, dwc2 drivers (smatch) - Remove redundant check in dwc3 gadget (smatch) ---------------------------------------------------------------- Andrew Goodbody (3): usb: gadget: atmel: Add missing null check usb: dwc2: Add missing null check usb: dwc3: Remove redundant test Chance Yang (1): fastboot: Fix has-slot command always returning yes for fb_nand drivers/fastboot/fb_nand.c | 7 ++++++- drivers/usb/dwc3/ep0.c | 5 +---- drivers/usb/gadget/atmel_usba_udc.c | 2 +- drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-)

