Re: [PATCH v1 1/1] fbdev: omapfb: Replace custom memparse() implementation

From: Helge Deller
Date: Wed Oct 18 2023 - 02:14:09 EST


On 10/18/23 05:47, Andy Shevchenko wrote:
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@xxxxxxxxxxxxxxx>
---
drivers/video/fbdev/omap/omapfb_main.c | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)

both patches applied.

Thanks!
Helge