Re: [PATCH -next] printk: fix broken 'console' kernel parameter

2012-10-23 Thread Fengguang Wu
On Tue, Oct 23, 2012 at 09:41:18PM +0800, Ming Lei wrote: > If CONFIG_A11Y_BRAILLE_CONSOLE is not enabled, _braille_console_setup() > should return NULL to parse the parameter further in console_setup(). > > This patch fixes the broken 'console' kernel parameter, which makes the > Pandaboard not b

Re: [PATCH -next] printk: fix broken 'console' kernel parameter

2012-10-23 Thread Joe Perches
On Tue, 2012-10-23 at 21:41 +0800, Ming Lei wrote: > If CONFIG_A11Y_BRAILLE_CONSOLE is not enabled, _braille_console_setup() > should return NULL to parse the parameter further in console_setup(). > > This patch fixes the broken 'console' kernel parameter, which makes the > Pandaboard not boot wit

[PATCH -next] printk: fix broken 'console' kernel parameter

2012-10-23 Thread Ming Lei
If CONFIG_A11Y_BRAILLE_CONSOLE is not enabled, _braille_console_setup() should return NULL to parse the parameter further in console_setup(). This patch fixes the broken 'console' kernel parameter, which makes the Pandaboard not boot with 'console=ttyO2'. Cc: Andrew Morton Cc: Samuel Thibault C