Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297277
b: refs/heads/master
c: 828dc9d
h: refs/heads/master
i:
  297275: d391b47
v: v3
  • Loading branch information
Matthew Garrett authored and Linus Torvalds committed Mar 29, 2012
1 parent 63c4736 commit 602ac00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b88e769368a88cf28e53db158b84eda096144bce
refs/heads/master: 828dc9da50f9632bbc5bc9dfa510619d13135015
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_kcs_sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ enum kcs_states {
#define MAX_KCS_WRITE_SIZE IPMI_MAX_MSG_LENGTH

/* Timeouts in microseconds. */
#define IBF_RETRY_TIMEOUT 1000000
#define OBF_RETRY_TIMEOUT 1000000
#define IBF_RETRY_TIMEOUT 5000000
#define OBF_RETRY_TIMEOUT 5000000
#define MAX_ERROR_RETRIES 10
#define ERROR0_OBF_WAIT_JIFFIES (2*HZ)

Expand Down

0 comments on commit 602ac00

Please sign in to comment.