projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d6189
)
scsi: myrs: remove the dma_boundary_limit
author
Christoph Hellwig
<hch@lst.de>
Wed, 19 Dec 2018 07:34:55 +0000
(08:34 +0100)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 20 Dec 2018 02:43:30 +0000
(21:43 -0500)
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>
drivers/scsi/myrs.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/myrs.c
b/drivers/scsi/myrs.c
index 76a04cedfc83fd5bacbe1b8e4a93127d6145dc73..0264a2e2bc190e068832a89452215919b9b22c30 100644
(file)
--- 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,