mirror of
https://github.com/opnsense/src.git
synced 2026-06-21 06:29:21 -04:00
usb: hub: uhub_root_intr() mark function arguments as __unused
No functional change. Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: aokblast, imp Differential Revision: https://reviews.freebsd.org/D52147
This commit is contained in:
parent
b4a560d34f
commit
7dce26eded
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue