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>

authored by Petr Stetiar and committed by Greg Kroah-Hartman caaf2632 b1bf4f41

+1 -1
+1 -1
drivers/usb/host/ohci-ep93xx.c
··· 169 static int ohci_hcd_ep93xx_drv_suspend(struct platform_device *pdev, pm_message_t state) 170 { 171 struct usb_hcd *hcd = platform_get_drvdata(pdev); 172 - struct ochi_hcd *ohci = hcd_to_ohci(hcd); 173 174 if (time_before(jiffies, ohci->next_statechange)) 175 msleep(5);
··· 169 static int ohci_hcd_ep93xx_drv_suspend(struct platform_device *pdev, pm_message_t state) 170 { 171 struct usb_hcd *hcd = platform_get_drvdata(pdev); 172 + struct ohci_hcd *ohci = hcd_to_ohci(hcd); 173 174 if (time_before(jiffies, ohci->next_statechange)) 175 msleep(5);