USB: Fix for typo in ohci-ep93xx.c
authorPetr Stetiar <[email protected]>
Wed, 17 Jan 2007 14:30:39 +0000 (06:30 -0800)
committerGreg Kroah-Hartman <[email protected]>
Mon, 22 Jan 2007 19:55:17 +0000 (11:55 -0800)
Attached patch fixes typo in USB driver reported by Chase Douglas on linux-cirrus mailing
list. http://www.freelists.org/archives/linux-cirrus/12-2006/msg00003.html

Signed-off-by: Petr Stetiar <[email protected]>
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/ohci-ep93xx.c

index 43ae696b2ec28f1f872271f1cd304485dc833858..3348b07f0fe507209a261575d43d1d15073b7d55 100644 (file)
@@ -169,7 +169,7 @@ static int ohci_hcd_ep93xx_drv_remove(struct platform_device *pdev)
 static int ohci_hcd_ep93xx_drv_suspend(struct platform_device *pdev, pm_message_t state)
 {
        struct usb_hcd *hcd = platform_get_drvdata(pdev);
-       struct ochi_hcd *ohci = hcd_to_ohci(hcd);
+       struct ohci_hcd *ohci = hcd_to_ohci(hcd);
 
        if (time_before(jiffies, ohci->next_statechange))
                msleep(5);