Re: [PATCH 2/2] auxdisplay/ht16k33.c: Convert to use vm_map_pages_zero()

From: Miguel Ojeda
Date: Thu May 23 2019 - 09:02:01 EST


On Thu, May 23, 2019 at 10:18 AM Souptick Joarder <jrdr.linux@xxxxxxxxx> wrote:
>
> Miguel, Ack from Robin is missing in linux-next-20190523 when applied.

Thanks for the warning! I wanted to review first but didn't get to it yet.

Taking a quick look now, by the way, why does vm_map_pages_zero() (and
__vm_map_pages() etc.) get a pointer to an array instead of a pointer
to the first element?

Cheers,
Miguel