Skip to content

Commit

Permalink
[PATCH] USB: fix ehci early handoff issues warning
Browse files Browse the repository at this point in the history
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 401feaf commit b6daf7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/host/ehci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b6daf7f

Please sign in to comment.