Re: [PATCH 04/17] auxdisplay: img-ascii-lcd: Add helper variable dev

From: Miguel Ojeda
Date: Mon Mar 22 2021 - 13:00:13 EST


On Mon, Mar 22, 2021 at 3:48 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> + struct device *dev = &pdev->dev;

Do we want helpers like this to be `*const` (assuming they can)? (same
for patch 12).

Cheers,
Miguel