mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
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>
This commit is contained in:
parent
81e627e00a
commit
65cb76baa1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ static int handshake_on_error_set_halt(struct ehci_hcd *ehci, void __iomem *ptr,
|
|||
if (error) {
|
||||
ehci_halt(ehci);
|
||||
ehci_to_hcd(ehci)->state = HC_STATE_HALT;
|
||||
ehci_err(ehci, "force halt; handhake %p %08x %08x -> %d\n",
|
||||
ehci_err(ehci, "force halt; handshake %p %08x %08x -> %d\n",
|
||||
ptr, mask, done, error);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue