Re: [PATCH 1/1] printk: fix parsing of "brl=" option

2016-08-23 Thread Nicolas Iooss
On 23/08/16 18:25, Joe Perches wrote: > On Tue, 2016-08-23 at 17:47 +0200, Nicolas Iooss wrote: >> Commit bbeddf52adc1 ("printk: move braille console support into separate >> braille.[ch] files") moved the parsing of braille-related options into >> _braille_console_setup(), changing the type of var

Re: [PATCH 1/1] printk: fix parsing of "brl=" option

2016-08-23 Thread Joe Perches
On Tue, 2016-08-23 at 17:47 +0200, Nicolas Iooss wrote: > Commit bbeddf52adc1 ("printk: move braille console support into separate > braille.[ch] files") moved the parsing of braille-related options into > _braille_console_setup(), changing the type of variable str from char* > to char**. In this c

[PATCH 1/1] printk: fix parsing of "brl=" option

2016-08-23 Thread Nicolas Iooss
Commit bbeddf52adc1 ("printk: move braille console support into separate braille.[ch] files") moved the parsing of braille-related options into _braille_console_setup(), changing the type of variable str from char* to char**. In this commit, memcmp(str, "brl,", 4) was correctly updated to memcmp(*s