fbdev: omapfb: Replace custom memparse() implementation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 18 Oct 2023 03:47:25 +0000 (06:47 +0300)
committerHelge Deller <deller@gmx.de>
Tue, 7 Nov 2023 13:42:34 +0000 (14:42 +0100)
commit7be6adf11370d58f9a7afa50fbf06801db04af5c
tree927ce310705ad2149c9543b0161668aba7c1cde8
parente89a60ba93c266ee3606adcdd460412c1e7c0924
fbdev: omapfb: Replace custom memparse() implementation

Our library has memparse() for parsing numbers with respective suffixes
suitable for memory sizes. Use it instead of custom implementation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/omap/omapfb_main.c