projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
736c23d
)
scsi: powertec: remove the explicit use_clustering setting
author
Christoph Hellwig
<hch@lst.de>
Thu, 13 Dec 2018 15:17:05 +0000
(16:17 +0100)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Wed, 19 Dec 2018 04:13:12 +0000
(23:13 -0500)
This driver already sets the dma_boundary to PAGE_SIZE - 1, which
has the same result.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/arm/eesox.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/arm/eesox.c
b/drivers/scsi/arm/eesox.c
index
e93e047
..
8f64c37
100644
(file)
--- a/
drivers/scsi/arm/eesox.c
+++ b/
drivers/scsi/arm/eesox.c
@@
-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",
};