Merge tag 'docs-5.9-3' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / kernel / dma / pool.c
index 06582b4..1281c0f 100644 (file)
@@ -84,7 +84,7 @@ static int atomic_pool_expand(struct gen_pool *pool, size_t pool_size,
                              gfp_t gfp)
 {
        unsigned int order;
-       struct page *page;
+       struct page *page = NULL;
        void *addr;
        int ret = -ENOMEM;