Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171623
b: refs/heads/master
c: 6cc9318
h: refs/heads/master
i:
  171621: a127dfe
  171619: 7b29039
  171615: e05164e
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Nov 18, 2009
1 parent 9b85e47 commit c46eb40
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: 90145c9cae26002ebfb61f6566f6f15ca448f5d3
refs/heads/master: 6cc93183eef9ba0eb6e9989c2e3744904287a95e
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/irda-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ static void irda_usb_receive(struct urb *urb)
* hot unplug of the dongle...
* Lowest effective timer is 10ms...
* Jean II */
self->rx_defer_timer.function = &irda_usb_rx_defer_expired;
self->rx_defer_timer.function = irda_usb_rx_defer_expired;
self->rx_defer_timer.data = (unsigned long) urb;
mod_timer(&self->rx_defer_timer, jiffies + (10 * HZ / 1000));
return;
Expand Down

0 comments on commit c46eb40

Please sign in to comment.