diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-12 22:27:08 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-12 22:27:08 -0400 |
commit | 95019b48addc014c7de6653517663527a1747fb7 (patch) | |
tree | 5488066e45e8e9de1fef431f39a93cd2d5967b61 /drivers/scsi/bnx2i/bnx2i_iscsi.c | |
parent | 7a0064d67215c53dce56839c82db504d0a066b79 (diff) | |
parent | 964f7e5a56814b32c727821de77d22bd7ef782bc (diff) |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'drivers/scsi/bnx2i/bnx2i_iscsi.c')
-rw-r--r-- | drivers/scsi/bnx2i/bnx2i_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c index 9a7ba71f1af4..cafb888c2376 100644 --- a/drivers/scsi/bnx2i/bnx2i_iscsi.c +++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c | |||
@@ -1243,7 +1243,7 @@ bnx2i_session_create(struct iscsi_endpoint *ep, | |||
1243 | cmds_max = BNX2I_SQ_WQES_MIN; | 1243 | cmds_max = BNX2I_SQ_WQES_MIN; |
1244 | 1244 | ||
1245 | cls_session = iscsi_session_setup(&bnx2i_iscsi_transport, shost, | 1245 | cls_session = iscsi_session_setup(&bnx2i_iscsi_transport, shost, |
1246 | cmds_max, sizeof(struct bnx2i_cmd), | 1246 | cmds_max, 0, sizeof(struct bnx2i_cmd), |
1247 | initial_cmdsn, ISCSI_MAX_TARGET); | 1247 | initial_cmdsn, ISCSI_MAX_TARGET); |
1248 | if (!cls_session) | 1248 | if (!cls_session) |
1249 | return NULL; | 1249 | return NULL; |