diff options
author | Michael Schmitz <[email protected]> | 2022-07-13 19:49:13 +1200 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-07-13 23:18:26 -0400 |
commit | f712e24c0b2e638481b439ee2f1f33d6938a6cb9 (patch) | |
tree | 5da1e9e5dc8f803206c74c29bcda2085a7206ca6 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | c641ffdb5904df0dc249ef3f2d753e2a684779c6 (diff) |
scsi: gvp11.c: Fix DMA mask calculation error
DMA masks given in the Zorro ID table don't contain the 2 byte alignment
quirk seen in the GVP11_XFER_MASK macro from gvp11.h so no need to account
for that.
DMA masks passed to dma_set_mask_and_coherent() must be 64 bit, add the
missing cast in the TO_DMA_MASK macro used to convert driver DMA masks to
DMA API masks.
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Fixes: 158da6bcae7a ("scsi: gvp11: Convert m68k WD33C93 drivers to DMA API")
CC: [email protected]
Signed-off-by: Michael Schmitz <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions