Trivial tweak to avoid a warning.

This commit is contained in:
Peter Wemm 1999-05-08 21:36:03 +00:00
parent 0bbd01ea13
commit 9eea90b55d

View File

@ -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