Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176699
b: refs/heads/master
c: d1da96a
h: refs/heads/master
i:
  176697: f309785
  176695: 640bb07
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Dec 16, 2009
1 parent 6beb6c9 commit 6850494
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: 9cf18e1dd74cd0061d58ac55029784ca3dd88f6a
refs/heads/master: d1da96aada79fd1d29ae4e3157120d1ce1e77594
2 changes: 1 addition & 1 deletion trunk/drivers/char/ipmi/ipmi_kcs_sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ static enum si_sm_result kcs_event(struct si_sm_data *kcs, long time)
return SI_SM_IDLE;

case KCS_START_OP:
if (state != KCS_IDLE) {
if (state != KCS_IDLE_STATE) {
start_error_recovery(kcs,
"State machine not idle at start");
break;
Expand Down

0 comments on commit 6850494

Please sign in to comment.