From: Christoph Hellwig Date: Thu, 13 Dec 2018 15:17:04 +0000 (+0100) Subject: scsi: cumana_2: remove the explicit use_clustering setting X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=736c23d6caa5a1383391e1d45537829cebf92257;p=openwrt%2Fstaging%2Fblogic.git scsi: cumana_2: remove the explicit use_clustering setting This driver already sets the dma_boundary to PAGE_SIZE - 1, which has the same result. Signed-off-by: Christoph Hellwig Signed-off-by: Martin K. Petersen --- 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", };