Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134707
b: refs/heads/master
c: 211174e
h: refs/heads/master
i:
  134705: 27bb33c
  134703: fa5858c
v: v3
  • Loading branch information
Eric Sesterhenn authored and David S. Miller committed Feb 27, 2009
1 parent 34cb64a commit 3d40673
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4974097a97c6c11c22c2242f70821e2af65ef8e7
refs/heads/master: 211174ea8dca4502e20008de7ff2ad389db023a5
3 changes: 1 addition & 2 deletions trunk/drivers/isdn/mISDN/timerdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ dev_expire_timer(unsigned long data)
u_long flags;

spin_lock_irqsave(&timer->dev->lock, flags);
list_del(&timer->list);
list_add_tail(&timer->list, &timer->dev->expired);
list_move_tail(&timer->list, &timer->dev->expired);
spin_unlock_irqrestore(&timer->dev->lock, flags);
wake_up_interruptible(&timer->dev->wait);
}
Expand Down

0 comments on commit 3d40673

Please sign in to comment.