lomiej Zolnierkiewicz
>; David Airlie ; linux-
>me...@vger.kernel.org; Hans Verkuil ; Mauro
>Carvalho Chehab ; Robin Murphy
>; Christoph Hellwig ; linux-arm-
>ker...@lists.infradead.org
>Subject: Re: [PATCH v4 38/38] videobuf2: use sgtable-based scatterlist
>wrappers
>
>Hi Michae
..@lists.infradead.org; Marek Szyprowski
>>
>> Subject: [PATCH v4 38/38] videobuf2: use sgtable-based scatterlist wrappers
>>
>> Use recently introduced common wrappers operating directly on the struct
>> sg_table objects and scatterlist page iterators to make the code a bit
lomiej Zolnierkiewicz
>; David Airlie ; linux-
>me...@vger.kernel.org; Hans Verkuil ; Mauro
>Carvalho Chehab ; Robin Murphy
>; Christoph Hellwig ; linux-arm-
>ker...@lists.infradead.org; Marek Szyprowski
>
>Subject: [PATCH v4 38/38] videobuf2: use sgtable-based scatterlist
Use recently introduced common wrappers operating directly on the struct
sg_table objects and scatterlist page iterators to make the code a bit
more compact, robust, easier to follow and copy/paste safe.
No functional change, because the code already properly did all the
scaterlist related calls.