Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200645
b: refs/heads/master
c: 8d1f66d
h: refs/heads/master
i:
  200643: 2613020
v: v3
  • Loading branch information
Martin Wilck authored and Linus Torvalds committed Jun 29, 2010
1 parent 2474c3a commit df655fa
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: 5c0c165490e763eddcbb0b6c8c41ab5cc11ddea0
refs/heads/master: 8d1f66dc9b4f80a1441bc1c33efa98aca99e8813
2 changes: 1 addition & 1 deletion trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ static int ipmi_thread(void *data)
else if (smi_result == SI_SM_IDLE)
schedule_timeout_interruptible(100);
else
schedule_timeout_interruptible(0);
schedule_timeout_interruptible(1);
}
return 0;
}
Expand Down

0 comments on commit df655fa

Please sign in to comment.