diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-09-18 11:57:10 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2022-09-18 11:57:10 +0000 |
commit | 28a855094261138b64839e35348f30c75c29f233 (patch) | |
tree | 4a48d9e4a5c25829c3b129abe72fb888ec7d49ba | |
parent | ada1920a0e4787d46402dcdc3e9f3ad3ddae7f0e (diff) |
usbxhci: eliminate "set but not used" warning
-rw-r--r-- | sys/src/9/port/usbxhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/usbxhci.c b/sys/src/9/port/usbxhci.c index bdaf968ed..90abb2969 100644 --- a/sys/src/9/port/usbxhci.c +++ b/sys/src/9/port/usbxhci.c @@ -1353,7 +1353,6 @@ isoread(Ep *ep, uchar *p, long n) memmove(p, d, n); io->nleft += n; p += n; - n = 0; break; } dmaflush(0, d, m); |