Trivial tweak to avoid a warning.
This commit is contained in:
parent
0bbd01ea13
commit
9eea90b55d
@ -1203,7 +1203,9 @@ void
|
||||
ohci_timeout(addr)
|
||||
void *addr;
|
||||
{
|
||||
#ifdef OHCI_DEBUG
|
||||
usbd_request_handle *reqh = addr;
|
||||
#endif
|
||||
|
||||
DPRINTF(("ohci_timeout: reqh=%p\n", reqh));
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user