On Mon, Dec 18, 2006 at 07:44:46AM +0100, Petr Stetiar wrote:

> Signed-off-by: Petr Stetiar <[EMAIL PROTECTED]>
>
> diff --git a/drivers/usb/host/ohci-ep93xx.c b/drivers/usb/host/ohci-ep93xx.c
> index 8aad3e3..9efffba 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);

Looks good to me.

Signed-off-by: Lennert Buytenhek <[EMAIL PROTECTED]>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to