Commit 7b44047b authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin K. Petersen

scsi: powertec: 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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 736c23d6
......@@ -486,7 +486,6 @@ static struct scsi_host_template eesox_template = {
.this_id = 7,
.sg_tablesize = SG_MAX_SEGMENTS,
.dma_boundary = IOMD_DMA_BOUNDARY,
.use_clustering = DISABLE_CLUSTERING,
.proc_name = "eesox",
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment