Re: [PATCH] auxdisplay: panel: Fix missing print function pointer

From: Miguel Ojeda
Date: Mon Nov 16 2020 - 11:17:16 EST


On Mon, Nov 16, 2020 at 2:22 PM <poeschel@xxxxxxxxxxx> wrote:
>
> From: Lars Poeschel <poeschel@xxxxxxxxxxx>
>
> charlcd drivers need to provide some print function to charlcd. For
> hd44780 based panel driver this function was missing. We provide the
> generic hd44780_common_print function which should be suitable.
>
> Fixes: b26deabb1d915fe87d395081bbd3058b938dee89 ("auxdisplay: hd44780_common_print")
> Reported-by: kernel test robot <oliver.sang@xxxxxxxxx>
> Signed-off-by: Lars Poeschel <poeschel@xxxxxxxxxxx>

Thanks Lars, picking this up.

Cheers,
Miguel