Re: [PATCH 2/6] lib/scatterlist: Skip requesting zeroed allocations in sgl_alloc_order
From: Andy Shevchenko
Date: Wed Mar 07 2018 - 10:36:00 EST
On Wed, Mar 7, 2018 at 2:47 PM, Tvrtko Ursulin <tursulin@xxxxxxxxxxx> wrote:
> + sgl = kmalloc_array(nent, sizeof(struct scatterlist), (gfp & ~GFP_DMA));
The parens now become redundant.
--
With Best Regards,
Andy Shevchenko