Re: [PATCH 07/11] fbdev: Move option-string lookup into helper

2023-02-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Move the lookup of the option string into an internal helper. No > functional changes. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas Best regards, Javier

[PATCH 07/11] fbdev: Move option-string lookup into helper

2023-02-09 Thread Thomas Zimmermann
Move the lookup of the option string into an internal helper. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/video/fbdev/core/fb_cmdline.c | 60 --- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/drivers/video/fbdev/core/fb_cmdline.c