From 438548300b533595dc36ef03e7133ce67d8be492 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 8 Apr 2022 18:31:29 -0700 Subject: [PATCH] ehci_imx: Remove unused variable. --- sys/dev/usb/controller/ehci_imx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/usb/controller/ehci_imx.c b/sys/dev/usb/controller/ehci_imx.c index f5c63ae1c7b..a93b187f84c 100644 --- a/sys/dev/usb/controller/ehci_imx.c +++ b/sys/dev/usb/controller/ehci_imx.c @@ -208,10 +208,9 @@ static int imx_usbmisc_attach(device_t dev) { struct imx_usbmisc_softc *sc; - int err, rid; + int rid; sc = device_get_softc(dev); - err = 0; /* Allocate bus_space resources. */ rid = 0;