commit | 892fc9f6835ecf075efac20789b012c5c9997fcc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Aug 26 14:33:30 2020 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Thu Aug 27 09:22:56 2020 +0200 |
tree | 6514c52462eb79f0a33c7f8058936e5154661a94 | |
parent | 15bc20c6af4ceee97a1f90b43c0e386643c071b4 [diff] |
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand() The "page" pointer can be used with out being initialized. Fixes: d7e673ec2c8e ("dma-pool: Only allocate from CMA when in same memory zone") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Christoph Hellwig <hch@lst.de>