diff options
author | Christoph Hellwig <hch@lst.de> | 2018-12-19 08:34:54 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-12-19 21:43:17 -0500 |
commit | c3d6189ffd4ee5c205cd7f79c7a1533e10a92b9e (patch) | |
tree | 8b22cd5aac3824706d652f6a798ca0fa28e361e9 /drivers/scsi/myrb.c | |
parent | 7b9e2d348c2af201e70346cdae052f387f713c49 (diff) | |
download | linux-c3d6189ffd4ee5c205cd7f79c7a1533e10a92b9e.tar.bz2 |
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.c | 1 |
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, }; /** |