[GIT PULL] dma-mapping fix for 5.3

From: Christoph Hellwig
Date: Wed Jul 24 2019 - 10:50:00 EST


The following changes since commit 7b5cf701ea9c395c792e2a7e3b7caf4c68b87721:

Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2019-07-22 09:30:34 -0700)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.3-2

for you to fetch changes up to 06532750010e06dd4b6d69983773677df7fc5291:

dma-mapping: use dma_get_mask in dma_addressing_limited (2019-07-23 17:43:58 +0200)

----------------------------------------------------------------
dma-mapping regression fix for 5.3

- ensure that dma_addressing_limited doesn't crash on devices
without a dma mask (Eric Auger)

----------------------------------------------------------------
Eric Auger (1):
dma-mapping: use dma_get_mask in dma_addressing_limited

include/linux/dma-mapping.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)