From 28a855094261138b64839e35348f30c75c29f233 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 18 Sep 2022 11:57:10 +0000 Subject: usbxhci: eliminate "set but not used" warning --- sys/src/9/port/usbxhci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/src/9/port') 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); -- cgit v1.2.3