ARM: dma-mapping: allow larger DMA mask than supported
authorChristoph Hellwig <hch@lst.de>
Mon, 29 Apr 2019 14:04:53 +0000 (09:04 -0500)
committerChristoph Hellwig <hch@lst.de>
Tue, 25 Jun 2019 05:54:06 +0000 (07:54 +0200)
commitab746573c4055ae1fa226715502fb9bb9be29a79
treec632b822c9c6442541f6c9a4a0779347d377bb13
parent4a54d16f615f41489b2ecbc940f6eb2618ddafd6
ARM: dma-mapping: allow larger DMA mask than supported

Since the Linux 5.1 merge window we allow drivers to just set the
largest DMA mask they support instead of falling back to smaller ones.

But I forgot to remove a check that prohibits this behavior in the
arm DMA code, as it is rather hidden.  There is not reason for this check
as the code will do the right thing for a "too large" DMA mask, so
just remove it.

Fixes: 9eb9e96e97b3 ("Documentation/DMA-API-HOWTO: update dma_mask sections")
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/arm/mm/dma-mapping.c