Make it compile without USB_DEBUG, fixes PR 6689. Patch from

taca@sky.yamashina.kyoto.jp (Takahiro Kambe).
This commit is contained in:
augustss 1998-12-30 13:25:54 +00:00
parent 0ae031028d
commit a4a02fda54
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhci.c,v 1.18 1998/12/29 04:15:04 augustss Exp $ */
/* $NetBSD: uhci.c,v 1.19 1998/12/30 13:25:54 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -1645,8 +1645,10 @@ uhci_device_isoc_transfer(reqh)
usbd_request_handle reqh;
{
struct uhci_pipe *upipe = (struct uhci_pipe *)reqh->pipe;
#ifdef USB_DEBUG
usbd_device_handle dev = upipe->pipe.device;
uhci_softc_t *sc = (uhci_softc_t *)dev->bus;
#endif
DPRINTFN(1,("uhci_device_isoc_transfer: sc=%p\n", sc));
if (upipe->u.iso.bufsize == 0)