Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45608
b: refs/heads/master
c: caaf263
h: refs/heads/master
v: v3
  • Loading branch information
Petr Stetiar authored and Greg Kroah-Hartman committed Jan 22, 2007
1 parent 03d6855 commit 5bd8ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1bf4f412b4818869106ffcb5304d69551697b9c
refs/heads/master: caaf26325d70f5b559a647d4c11d84ef5a3341a4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-ep93xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5bd8ef9

Please sign in to comment.