diff options
| -rw-r--r-- | sys/src/9/pc/usbohci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc/usbohci.c b/sys/src/9/pc/usbohci.c index 93428c3d2..a1a5dc0b5 100644 --- a/sys/src/9/pc/usbohci.c +++ b/sys/src/9/pc/usbohci.c @@ -1147,7 +1147,6 @@ qhinterrupt(Ctlr *, Ep *ep, Qio *io, Td *td, int) switch(err){ case Tddataovr: /* Overrun is not an error */ - break; case Tdok: /* virtualbox doesn't always report underflow on short packets */ if(td->cbp == 0) |
