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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46738

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