[GIT PULL] dma-mapping fix for 5.9

From: Christoph Hellwig
Date: Sun Aug 30 2020 - 02:31:41 EST


The following changes since commit 15bc20c6af4ceee97a1f90b43c0e386643c071b4:

Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty (2020-08-26 10:58:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 892fc9f6835ecf075efac20789b012c5c9997fcc:

dma-pool: Fix an uninitialized variable bug in atomic_pool_expand() (2020-08-27 09:22:56 +0200)

----------------------------------------------------------------
dma-mapping fixes:

- fix a possibly uninitialized variable (Dan Carpenter)

----------------------------------------------------------------
Dan Carpenter (1):
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()

kernel/dma/pool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)