On Mon, Feb 24, 2025 at 06:15:27PM +0800, Haoxiang Li 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.
Changes in v2:
- Merge the two patches into one.
- Modify the patch description.
Sorry Geert, I didn't see your reply until after I sent the second patch. I've merged the two patches into one, hoping to make your work a bit easier! Thanks a lot!
Btw, have you seen this one?
https://lore.kernel.org/r/20221128084421.8626-1-niejianglei2021@163.com