commit | 7753a91e78811f6fcefc9f59630286a698b814b2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Feb 14 18:17:33 2019 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed Feb 20 07:27:42 2019 -0700 |
tree | c53add651b3555c00d25034a73233e2551ea0569 | |
parent | 82c5de0ab8dbd6035223ad69e76bd8a88a0a9399 [diff] |
ccio: allow large DMA masks There is no harm in setting a 64-bit mask even if we don't need it, and the current ccio code is one of the few place in the kernel still rejecting larger than required DMA masks. Signed-off-by: Christoph Hellwig <hch@lst.de>