diff options
author | Andrew Morton <akpm@osdl.org> | 2006-01-24 20:42:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 20:23:36 -0500 |
commit | b6daf7f50836c8ed12d8b0ec0113e415f04e8530 (patch) | |
tree | 27e473633e83087a994b44761b27847f1e8a8cfa /drivers/usb/host/ehci-pci.c | |
parent | 401feafa621ba98ecaeed5db1a53ab878943c225 (diff) |
[PATCH] USB: fix ehci early handoff issues warning
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
29 | { | 29 | { |
30 | u32 temp; | 30 | u32 temp; |
31 | int retval; | 31 | int retval; |
32 | unsigned count = 256/4; | ||
33 | 32 | ||
34 | /* optional debug port, normally in the first BAR */ | 33 | /* optional debug port, normally in the first BAR */ |
35 | temp = pci_find_capability(pdev, 0x0a); | 34 | temp = pci_find_capability(pdev, 0x0a); |