summaryrefslogtreecommitdiff
path: root/sys/src/9/port
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2022-09-18 11:57:10 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2022-09-18 11:57:10 +0000
commit28a855094261138b64839e35348f30c75c29f233 (patch)
tree4a48d9e4a5c25829c3b129abe72fb888ec7d49ba /sys/src/9/port
parentada1920a0e4787d46402dcdc3e9f3ad3ddae7f0e (diff)
usbxhci: eliminate "set but not used" warning
Diffstat (limited to 'sys/src/9/port')
-rw-r--r--sys/src/9/port/usbxhci.c1
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);