projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b9e2d3
)
scsi: myrb: remove the dma_boundary limit
author
Christoph Hellwig
<hch@lst.de>
Wed, 19 Dec 2018 07:34:54 +0000
(08:34 +0100)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Thu, 20 Dec 2018 02:43:17 +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/myrb.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/myrb.c
b/drivers/scsi/myrb.c
index
1d6dbd7
..
aeb282f
100644
(file)
--- 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,
};
/**