mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Trivial tweak to avoid a warning.
This commit is contained in:
parent
0bbd01ea13
commit
9eea90b55d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46738
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue