diff options
author | Hannes Reinecke <hare@suse.de> | 2015-04-29 02:57:34 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-05-31 21:06:28 -0400 |
commit | b84b1d522f979fb53ad347605e24b2940fa2ad99 (patch) | |
tree | f3d5066024ecf631a27e4f4a3fe35910f7b25356 /drivers/scsi/arm/eesox.c | |
parent | f532a3f9c47a88b5a4a0c1186d9030cde0e120d2 (diff) |
scsi: Do not set cmd_per_lun to 1 in the host template
'0' is now used as the default cmd_per_lun value,
so there's no need to explicitly set it to '1' in the
host template.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/arm/eesox.c')
-rw-r--r-- | drivers/scsi/arm/eesox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/arm/eesox.c b/drivers/scsi/arm/eesox.c index 5bf3c0d134b4..a8ad6880dd91 100644 --- a/drivers/scsi/arm/eesox.c +++ b/drivers/scsi/arm/eesox.c | |||
@@ -486,7 +486,6 @@ static struct scsi_host_template eesox_template = { | |||
486 | .this_id = 7, | 486 | .this_id = 7, |
487 | .sg_tablesize = SCSI_MAX_SG_CHAIN_SEGMENTS, | 487 | .sg_tablesize = SCSI_MAX_SG_CHAIN_SEGMENTS, |
488 | .dma_boundary = IOMD_DMA_BOUNDARY, | 488 | .dma_boundary = IOMD_DMA_BOUNDARY, |
489 | .cmd_per_lun = 1, | ||
490 | .use_clustering = DISABLE_CLUSTERING, | 489 | .use_clustering = DISABLE_CLUSTERING, |
491 | .proc_name = "eesox", | 490 | .proc_name = "eesox", |
492 | }; | 491 | }; |