Re: [PATCH 5/6] lib/scatterlist: Use appropriate type for elem_len in sgl_alloc_order
From
Bart Van Assche <>
Date
Wed, 03 Oct 2018 08:32:11 -0700
On Wed, 2018-09-26 at 15:16 +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin <tvrtko.ursulin@intel.com> > > We should not use an explicit width u32 for elem_len but unsinged int to > match the underlying type in struct scatterlist.