From: Christoph Hellwig Date: Wed, 19 Dec 2018 07:34:55 +0000 (+0100) Subject: scsi: myrs: remove the dma_boundary_limit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=34a3492171cc87d1c2a9e7c0fbf6bf4a0f4d57b0;p=linux.git 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 Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/myrs.c b/drivers/scsi/myrs.c index 76a04cedfc83f..0264a2e2bc190 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,