aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-12-19 08:34:55 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2018-12-19 21:43:30 -0500
commit34a3492171cc87d1c2a9e7c0fbf6bf4a0f4d57b0 (patch)
tree3707557fe7ecb4413df8a7767351a0d8a3b54586 /drivers
parentscsi: myrb: remove the dma_boundary limit (diff)
downloadlinux-dev-34a3492171cc87d1c2a9e7c0fbf6bf4a0f4d57b0.tar.xz
linux-dev-34a3492171cc87d1c2a9e7c0fbf6bf4a0f4d57b0.zip
scsi: myrs: remove the dma_boundary_limit
The old DAC960 driver was fine with merging over segment boundaries, so this new driver should be too. [mkp: typos] Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/myrs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/myrs.c b/drivers/scsi/myrs.c
index 76a04cedfc83..0264a2e2bc19 100644
--- a/drivers/scsi/myrs.c
+++ b/drivers/scsi/myrs.c
@@ -1929,7 +1929,6 @@ struct scsi_host_template myrs_template = {
.shost_attrs = myrs_shost_attrs,
.sdev_attrs = myrs_sdev_attrs,
.this_id = -1,
- .dma_boundary = PAGE_SIZE - 1,
};
static struct myrs_hba *myrs_alloc_host(struct pci_dev *pdev,