Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375671
b: refs/heads/master
c: a5f2b3d
h: refs/heads/master
i:
  375669: 458a343
  375667: ae9f4cc
  375663: b4c31e9
v: v3
  • Loading branch information
Chen Gang authored and Linus Torvalds committed May 16, 2013
1 parent fa8004d commit d42c62a
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: 1b6b698f53b3a5382a907308048d77c8bacca4ab
refs/heads/master: a5f2b3d6a738e7d4180012fe7b541172f8c8dcea
4 changes: 2 additions & 2 deletions trunk/drivers/char/ipmi/ipmi_bt_sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ struct si_sm_data {
enum bt_states state;
unsigned char seq; /* BT sequence number */
struct si_sm_io *io;
unsigned char write_data[IPMI_MAX_MSG_LENGTH];
unsigned char write_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
int write_count;
unsigned char read_data[IPMI_MAX_MSG_LENGTH];
unsigned char read_data[IPMI_MAX_MSG_LENGTH + 2]; /* +2 for memcpy */
int read_count;
int truncated;
long timeout; /* microseconds countdown */
Expand Down

0 comments on commit d42c62a

Please sign in to comment.