diff options
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 9835e071394..a68eb2c87c3 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -209,7 +209,7 @@ static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr, | |||
209 | if (error) { | 209 | if (error) { |
210 | ehci_halt(ehci); | 210 | ehci_halt(ehci); |
211 | ehci_to_hcd(ehci)->state = HC_STATE_HALT; | 211 | ehci_to_hcd(ehci)->state = HC_STATE_HALT; |
212 | ehci_err(ehci, "force halt; handhake %p %08x %08x -> %d\n", | 212 | ehci_err(ehci, "force halt; handshake %p %08x %08x -> %d\n", |
213 | ptr, mask, done, error); | 213 | ptr, mask, done, error); |
214 | } | 214 | } |
215 | 215 | ||