On Tue, May 31, 2022 at 02:22:21PM -0400, Tony Battersby wrote: > +static void pool_free_page(struct dma_pool *pool, > + struct dma_page *page, > + bool destroying_pool) 'destroying_pool' is always true, so I don't think you need it.
On Tue, May 31, 2022 at 02:22:21PM -0400, Tony Battersby wrote: > +static void pool_free_page(struct dma_pool *pool, > + struct dma_page *page, > + bool destroying_pool) 'destroying_pool' is always true, so I don't think you need it.