Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162905267
D52147.id161175.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
491 B
Referenced Files
None
Subscribers
None
D52147.id161175.diff
View Options
diff --git a/sys/dev/usb/usb_hub.c b/sys/dev/usb/usb_hub.c
--- a/sys/dev/usb/usb_hub.c
+++ b/sys/dev/usb/usb_hub.c
@@ -954,7 +954,8 @@
* 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);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 19, 4:24 AM (6 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35218124
Default Alt Text
D52147.id161175.diff (491 B)
Attached To
Mode
D52147: usb: hub: uhub_root_intr() mark function arguments as __unused
Attached
Detach File
Event Timeline
Log In to Comment