]> www.infradead.org Git - users/jedix/linux-maple.git/commit
auxdisplay: lcd2s: Allocate memory for custom data in charlcd_alloc()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 24 Feb 2025 17:27:39 +0000 (19:27 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 10 Mar 2025 16:03:02 +0000 (18:03 +0200)
commit68917dfc6bf90a037817bef9d1038220a07a9ea1
treec3a1d9b7459ebaa22786e3c6c2ebed2e9e6c3f9c
parent09965a142078080fe7807bab0f6f1890cb5987a4
auxdisplay: lcd2s: Allocate memory for custom data in charlcd_alloc()

Allocate memory for custom data in charlcd_alloc() instead of doing that
explicitly in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/auxdisplay/lcd2s.c