Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30759
b: refs/heads/master
c: 3397973
h: refs/heads/master
i:
  30757: 44d4546
  30755: eafedc4
  30751: 296c98b
v: v3
  • Loading branch information
akpm@osdl.org authored and Linus Torvalds committed Jun 28, 2006
1 parent 5170f3a commit 7c714d2
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: c32e066057fe0914da262c94e52cefb142f965b4
refs/heads/master: 33979734cd35ae0624337cdbc529921e4350d96f
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 @@ -809,7 +809,7 @@ static int ipmi_thread(void *data)
/* do nothing */
}
else if (smi_result == SI_SM_CALL_WITH_DELAY)
udelay(1);
schedule();
else
schedule_timeout_interruptible(1);
}
Expand Down

0 comments on commit 7c714d2

Please sign in to comment.