aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/iscsi_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/iscsi_tcp.c')
-rw-r--r--drivers/scsi/iscsi_tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c
index 0bd8b3dc3c19..2a2f0094570f 100644
--- a/drivers/scsi/iscsi_tcp.c
+++ b/drivers/scsi/iscsi_tcp.c
@@ -1865,7 +1865,6 @@ iscsi_tcp_session_create(struct iscsi_endpoint *ep, uint16_t cmds_max,
1865 shost->max_id = 0; 1865 shost->max_id = 0;
1866 shost->max_channel = 0; 1866 shost->max_channel = 0;
1867 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE; 1867 shost->max_cmd_len = SCSI_MAX_VARLEN_CDB_SIZE;
1868 shost->can_queue = cmds_max;
1869 1868
1870 if (iscsi_host_add(shost, NULL)) 1869 if (iscsi_host_add(shost, NULL))
1871 goto free_host; 1870 goto free_host;