Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33927
b: refs/heads/master
c: 4064d5e
h: refs/heads/master
i:
  33925: abfda44
  33923: cae7a7d
  33919: 2e0e789
v: v3
  • Loading branch information
Corey Minyard authored and Linus Torvalds committed Sep 16, 2006
1 parent 8d36b77 commit a42598e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8f5cbd7e4810df382029ecaaa98535452da5d15e
refs/heads/master: 4064d5ef26a04d9e34e4c0f348e30f14ab6828d8
8 changes: 4 additions & 4 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,10 @@ static void handle_flags(struct smi_info *smi_info)
smi_info->curr_msg->data,
smi_info->curr_msg->data_size);
smi_info->si_state = SI_GETTING_EVENTS;
} else if (smi_info->msg_flags & OEM_DATA_AVAIL) {
if (smi_info->oem_data_avail_handler)
if (smi_info->oem_data_avail_handler(smi_info))
goto retry;
} else if (smi_info->msg_flags & OEM_DATA_AVAIL &&
smi_info->oem_data_avail_handler) {
if (smi_info->oem_data_avail_handler(smi_info))
goto retry;
} else {
smi_info->si_state = SI_NORMAL;
}
Expand Down

0 comments on commit a42598e

Please sign in to comment.