Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328086
b: refs/heads/master
c: 3c78747
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Ott authored and David S. Miller committed Sep 24, 2012
1 parent 795d2d7 commit c0df938
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: 725b9c0425f54450d1f376befb85dae706ea0c7a
refs/heads/master: 3c7874758743a857cadbb9eaf42825d75370dacd
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ lcs_setup_write_ccws(struct lcs_card *card)

LCS_DBF_TEXT(3, setup, "iwritccw");
/* Setup write ccws. */
memset(card->write.ccws, 0, sizeof(struct ccw1) * LCS_NUM_BUFFS + 1);
memset(card->write.ccws, 0, sizeof(struct ccw1) * (LCS_NUM_BUFFS + 1));
for (cnt = 0; cnt < LCS_NUM_BUFFS; cnt++) {
card->write.ccws[cnt].cmd_code = LCS_CCW_WRITE;
card->write.ccws[cnt].count = 0;
Expand Down

0 comments on commit c0df938

Please sign in to comment.