diff options
author | Petr Stetiar <ynezz@true.cz> | 2007-01-17 06:30:39 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-01-22 11:55:17 -0800 |
commit | caaf26325d70f5b559a647d4c11d84ef5a3341a4 (patch) | |
tree | 60284dfbc5d93a55e50cc626391032bd2698bcfd /drivers/usb/host | |
parent | b1bf4f412b4818869106ffcb5304d69551697b9c (diff) | |
download | kernel_samsung_espresso10-caaf26325d70f5b559a647d4c11d84ef5a3341a4.zip kernel_samsung_espresso10-caaf26325d70f5b559a647d4c11d84ef5a3341a4.tar.gz kernel_samsung_espresso10-caaf26325d70f5b559a647d4c11d84ef5a3341a4.tar.bz2 |
USB: Fix for typo in ohci-ep93xx.c
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 <ynezz@true.cz>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ohci-ep93xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ep93xx.c b/drivers/usb/host/ohci-ep93xx.c index 43ae696..3348b07 100644 --- a/drivers/usb/host/ohci-ep93xx.c +++ b/drivers/usb/host/ohci-ep93xx.c @@ -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); |