Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: ohci-ep93xx.c: remove unused variable

Remove unused variable in ohci-ep93xx.c.

This only shows up when CONFIG_PM is enabled.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Lennert Buytenhek <kernel@wantstofly.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

H Hartley Sweeten and committed by
Greg Kroah-Hartman
74aee796 63ead6a0

-1
-1
drivers/usb/host/ohci-ep93xx.c
··· 188 188 { 189 189 struct usb_hcd *hcd = platform_get_drvdata(pdev); 190 190 struct ohci_hcd *ohci = hcd_to_ohci(hcd); 191 - int status; 192 191 193 192 if (time_before(jiffies, ohci->next_statechange)) 194 193 msleep(5);