Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3462
b: refs/heads/master
c: a9fc251
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Jeff Garzik committed Jun 26, 2005
1 parent e9770ce commit d042596
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 6835d09ad286db5df472dc91aae0a69128e7258b
refs/heads/master: a9fc25108995f1f59ee30026818d7ec2bb016fbe
6 changes: 2 additions & 4 deletions trunk/drivers/net/slip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1383,10 +1383,8 @@ static void __exit slip_exit(void)
/* First of all: check for active disciplines and hangup them.
*/
do {
if (busy) {
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(HZ / 10);
}
if (busy)
msleep_interruptible(100);

busy = 0;
for (i = 0; i < slip_maxdev; i++) {
Expand Down

0 comments on commit d042596

Please sign in to comment.