Re: [PATCH v1 1/1] auxdisplay: panel: Fix an API misuse in panel.c
From: Andy Shevchenko
Date: Mon Feb 24 2025 - 08:46:42 EST
On Mon, Feb 24, 2025 at 02:36:25PM +0200, Andy Shevchenko wrote:
> Variable allocated by charlcd_alloc() should be released
> by charlcd_free(). The following patch changed kfree() to
> charlcd_free() to fix an API misuse.
As discussed with Geert in another similar change this would also need
Fixes: 718e05ed92ec ("auxdisplay: Introduce hd44780_common.[ch]")
--
With Best Regards,
Andy Shevchenko