diff options
author | Ozan Çağlayan <ozan@pardus.org.tr> | 2009-10-13 01:37:09 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:46 -0500 |
commit | 65cb76baa1058d17d51ce948b697cdbd5dc97421 (patch) | |
tree | c391062f8e46c5262270cc768fd8d5f2691d54b3 /drivers/usb/host/ehci-hcd.c | |
parent | 81e627e00a2eabfa573eb4558e31c0c98fcb7e5a (diff) |
ehci-hcd: Fix typo in an error message
The correct word is handshake.
Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-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 9835e0713943..a68eb2c87c3e 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 | ||