auxdisplay: panel: Fix missing print function pointer
authorLars Poeschel <poeschel@lemonage.de>
Mon, 16 Nov 2020 13:21:55 +0000 (14:21 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 16 Nov 2020 16:13:04 +0000 (17:13 +0100)
commit32d917e754bdc322e22439f6ce400a1a74bbdc6e
tree8194a252bc9d8de7139a31fcb19637f626c56806
parentdecbaf182d8f3a0c83be7c60d27026b5abc04c42
auxdisplay: panel: Fix missing print function pointer

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@intel.com>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/panel.c