Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42973
b: refs/heads/master
c: 15c62e1
h: refs/heads/master
i:
  42971: cec72b4
v: v3
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed Dec 7, 2006
1 parent ae2f2e6 commit cae31a9
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 55162fb165571b3ba4283fe657f1a5968cef361a
refs/heads/master: 15c62e10bb49eebf3da2b010a9196f5095947b0b
7 changes: 6 additions & 1 deletion trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,12 @@ static void poll(void *send_info)
{
struct smi_info *smi_info = send_info;

smi_event_handler(smi_info, 0);
/*
* Make sure there is some delay in the poll loop so we can
* drive time forward and timeout things.
*/
udelay(10);
smi_event_handler(smi_info, 10);
}

static void request_events(void *send_info)
Expand Down

0 comments on commit cae31a9

Please sign in to comment.