Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226880
b: refs/heads/master
c: aa5cbf8
h: refs/heads/master
v: v3
  • Loading branch information
Giridhar Malavali authored and James Bottomley committed Dec 23, 2010
1 parent d9ed187 commit 46b1045
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: 900a36e3277ac9109fe364a6a1420c71265f9377
refs/heads/master: aa5cbf8a70f57c5360ce1bfef692b357c866ae7f
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla2xxx/qla_nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2561,7 +2561,7 @@ qla2xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt,
*cur_dsd++ = cpu_to_le32(LSD(sle_dma));
*cur_dsd++ = cpu_to_le32(MSD(sle_dma));
*cur_dsd++ = cpu_to_le32(sg_dma_len(cur_seg));
cur_seg++;
cur_seg = sg_next(cur_seg);
avail_dsds--;
}
}
Expand Down

0 comments on commit 46b1045

Please sign in to comment.