]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "auxdisplay: charlcd: Refactor memory allocation"
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 4 Mar 2025 14:32:07 +0000 (16:32 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 10 Mar 2025 16:03:02 +0000 (18:03 +0200)
commit67200d70e45982f5120c43b3724f1b6e4a8a01e4
tree4e9b0d3fc4f28769e6b399364170da7e2440d323
parent72e1c440c848624ad4cfac93d69d8a999a20355b
parent2c4849a41326b37a33b91595cba81f1f0f6a62f7
Merge patch series "auxdisplay: charlcd: Refactor memory allocation"

Andy Shevchenko says:

The users of charlcd_alloc() call for additional memory allocation.
We may do it at the time of the main call as many other APIs do.
For this partially revert the change that brought us to the current
state of affairs, and refactor the code based on the original implementation.

Link: https://lore.kernel.org/r/20250224173010.219024-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>