]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/usb/host/ehci-hcd.c
ehci-hcd: Fix typo in an error message
[net-next-2.6.git] / drivers / usb / host / ehci-hcd.c
index 9835e0713943397fde9b5200f58fa36ab7db547a..a68eb2c87c3e4992d098f7dfaf04ca8a5ec1dc8a 100644 (file)
@@ -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);
        }