diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-05-03 18:21:36 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-05-03 18:21:36 +0000 |
| commit | d0d92c23d03948b39f6e8ccefd119fde7feb22ca (patch) | |
| tree | d635d61befbbe1cbbf8c2e947cc438da0bdafabc /sys/dev | |
| parent | ffe599486c025672f669ff44ab074d57500fbf92 (diff) | |
Use USBD_NORMAL_COMPLETION in the previous.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/uhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 6daff5c14c7..dc29849da37 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -1,4 +1,4 @@ -/* $NetBSD: uhci.c,v 1.114 2000/05/03 18:14:49 mycroft Exp $ */ +/* $NetBSD: uhci.c,v 1.115 2000/05/03 18:21:36 mycroft Exp $ */ /* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */ /* @@ -3118,7 +3118,7 @@ uhci_root_ctrl_start(xfer) break; case UHF_PORT_POWER: /* Pretend we turned on power */ - err = 0; + err = USBD_NORMAL_COMPLETION; goto ret; case UHF_C_PORT_CONNECTION: case UHF_C_PORT_ENABLE: |
