From: Andrew Morton Date: Wed, 25 Jan 2006 01:42:24 +0000 (-0800) Subject: [PATCH] USB: fix ehci early handoff issues warning X-Git-Tag: firefly_0821_release~38600 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b6daf7f50836c8ed12d8b0ec0113e415f04e8530;p=firefly-linux-kernel-4.4.55.git [PATCH] USB: fix ehci early handoff issues warning Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 286b2f4acdc2..3a6687df5594 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -29,7 +29,6 @@ static int ehci_pci_reinit(struct ehci_hcd *ehci, struct pci_dev *pdev) { u32 temp; int retval; - unsigned count = 256/4; /* optional debug port, normally in the first BAR */ temp = pci_find_capability(pdev, 0x0a);