diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2020-12-09 13:24:13 +0300 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2021-01-19 14:29:26 +0300 |
commit | 4520a91a976e3f5e74d3d27ccc66a7a669826373 (patch) | |
tree | 47638b29fdd6b339cbd92654ed2be4f65bad0791 /usr | |
parent | 29c53de014430bbf7febb402afd3f8149b6de047 (diff) | |
download | linux-4520a91a976e3f5e74d3d27ccc66a7a669826373.tar.xz |
s390/cio: use dma helpers for setting masks
Bypassing the DMA API is bad style, even when we don't expect any
actual problems. Let's utilize the right API helpers for setting the
DMA masks and check for returned errors, so that we benefit from
common sanity checks.
io_subchannel_allocate_dev() required some extra massaging, so that we
can return an errno other than -ENOMEM.
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions