diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-08-20 21:04:18 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-08-29 13:18:40 +0000 |
| commit | 7dce26eded4e4c8a511ecc7e8522b9a0332386ea (patch) | |
| tree | afacec2d9c2d4ded3013955ee2ce7cfc703b7797 /sys/dev/usb | |
| parent | b4a560d34f23b8a8cf86591371579475ab0617e7 (diff) | |
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb_hub.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_hub.c b/sys/dev/usb/usb_hub.c index e3509862ef54..ee9d8ab0c9bb 100644 --- a/sys/dev/usb/usb_hub.c +++ b/sys/dev/usb/usb_hub.c @@ -954,7 +954,8 @@ done: * packet. This function is called having the "bus_mtx" locked. *------------------------------------------------------------------------*/ void -uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) +uhub_root_intr(struct usb_bus *bus, + const uint8_t *ptr __unused, uint8_t len __unused) { USB_BUS_LOCK_ASSERT(bus, MA_OWNED); |
