diff mbox series

[1/2] myrb: remove the dma_boundary limit

Message ID 20181219073455.29610-2-hch@lst.de (mailing list archive)
State Accepted
Headers show
Series [1/2] myrb: remove the dma_boundary limit | expand

Commit Message

Christoph Hellwig Dec. 19, 2018, 7:34 a.m. UTC
The old DAC960 drivers was fine with merging over segment bondaries,
so this new driver should be to.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/scsi/myrb.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/myrb.c b/drivers/scsi/myrb.c
index 1d6dbd77bd0e..aeb282f617c5 100644
--- a/drivers/scsi/myrb.c
+++ b/drivers/scsi/myrb.c
@@ -2236,7 +2236,6 @@  struct scsi_host_template myrb_template = {
 	.shost_attrs		= myrb_shost_attrs,
 	.sdev_attrs		= myrb_sdev_attrs,
 	.this_id		= -1,
-	.dma_boundary           = PAGE_SIZE - 1,
 };
 
 /**