summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/myrb.c
diff options
context:
space:
mode:
authorChristoph Hellwig2018-12-19 08:34:54 +0100
committerMartin K. Petersen2018-12-20 03:43:17 +0100
commitc3d6189ffd4ee5c205cd7f79c7a1533e10a92b9e (patch)
tree8b22cd5aac3824706d652f6a798ca0fa28e361e9 /drivers/scsi/myrb.c
parentscsi: megaraid_sas: driver version update (diff)
downloadkernel-qcow2-linux-c3d6189ffd4ee5c205cd7f79c7a1533e10a92b9e.tar.gz
kernel-qcow2-linux-c3d6189ffd4ee5c205cd7f79c7a1533e10a92b9e.tar.xz
kernel-qcow2-linux-c3d6189ffd4ee5c205cd7f79c7a1533e10a92b9e.zip
scsi: myrb: 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/scsi/myrb.c')
-rw-r--r--drivers/scsi/myrb.c1
1 files changed, 0 insertions, 1 deletions
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,
};
/**