Re: [PATCH] fbcon: Fix option parsing control flow in fb_console_setup

2014-10-21 Thread Tomi Valkeinen
On 09/10/14 12:48, Maarten ter Huurne wrote: > Since strsep is used to tokenize the options string, after each option > match the code should use "continue" to get the next token from strsep. > This patch applies this pattern consistently. > > Previously, for "scrollback:" and "map:" the parse cod

[PATCH] fbcon: Fix option parsing control flow in fb_console_setup

2014-10-09 Thread Maarten ter Huurne
Since strsep is used to tokenize the options string, after each option match the code should use "continue" to get the next token from strsep. This patch applies this pattern consistently. Previously, for "scrollback:" and "map:" the parse code would return (unconditionally: strsep ensures *option