diff mbox series

[04/10] cumana_2: remove the explicit use_clustering setting

Message ID 20181213151710.30036-5-hch@lst.de (mailing list archive)
State New, archived
Headers show
Series [01/10] scsi: make sure all drivers set the use_clustering flag | expand

Commit Message

Christoph Hellwig Dec. 13, 2018, 3:17 p.m. UTC
This driver already sets the dma_boundary to PAGE_SIZE - 1, which
has the same result.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/scsi/arm/cumana_2.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/arm/cumana_2.c b/drivers/scsi/arm/cumana_2.c
index edce5f3cfdba..40afcbd8de61 100644
--- a/drivers/scsi/arm/cumana_2.c
+++ b/drivers/scsi/arm/cumana_2.c
@@ -367,7 +367,6 @@  static struct scsi_host_template cumanascsi2_template = {
 	.this_id			= 7,
 	.sg_tablesize			= SG_MAX_SEGMENTS,
 	.dma_boundary			= IOMD_DMA_BOUNDARY,
-	.use_clustering			= DISABLE_CLUSTERING,
 	.proc_name			= "cumanascsi2",
 };