ccio: allow large DMA masks
authorChristoph Hellwig <hch@lst.de>
Thu, 14 Feb 2019 17:17:33 +0000 (18:17 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 20 Feb 2019 14:27:42 +0000 (07:27 -0700)
commit7753a91e78811f6fcefc9f59630286a698b814b2
treec53add651b3555c00d25034a73233e2551ea0569
parent82c5de0ab8dbd6035223ad69e76bd8a88a0a9399
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>
drivers/parisc/ccio-dma.c