Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88109
b: refs/heads/master
c: 9cebcdc
h: refs/heads/master
i:
  88107: 0942226
v: v3
  • Loading branch information
Richard Kennedy authored and Greg Kroah-Hartman committed Apr 2, 2008
1 parent 32b7200 commit 675d123
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 822470537d0fc1dee38a2a9c8b8c398bfbb332bb
refs/heads/master: 9cebcdc7fb10d478b22d7125b215cee3b9ea82f2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static void unlink_watchdog_func(unsigned long _ohci)
out:
kfree(seen);
if (ohci->eds_scheduled)
mod_timer(&ohci->unlink_watchdog, round_jiffies_relative(HZ));
mod_timer(&ohci->unlink_watchdog, round_jiffies(jiffies + HZ));
done:
spin_unlock_irqrestore(&ohci->lock, flags);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ohci-q.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ static int ed_schedule (struct ohci_hcd *ohci, struct ed *ed)
if (quirk_zfmicro(ohci)
&& (ed->type == PIPE_INTERRUPT)
&& !(ohci->eds_scheduled++))
mod_timer(&ohci->unlink_watchdog, round_jiffies_relative(HZ));
mod_timer(&ohci->unlink_watchdog, round_jiffies(jiffies + HZ));
wmb ();

/* we care about rm_list when setting CLE/BLE in case the HC was at
Expand Down

0 comments on commit 675d123

Please sign in to comment.