Re: [PATCH] printk/of_serial: fix serial console cessation part way through boot.

2014-05-13 Thread Stephen Chivers
Commit 5f5c9ae56c38942623f69c3e6dc6ec78e4da2076 "serial_core: Unregister console in uart_remove_one_port()" fixed a crash where a serial port was removed but not deregistered as a console. There is a side effect of that commit for platforms having serial consoles and of_serial configured (CONFIG_S

Re: [PATCH] printk/of_serial: fix serial console cessation part way through boot.

2014-05-12 Thread Geert Uytterhoeven
Hi Stephen, On Sat, May 10, 2014 at 7:37 AM, Stephen Chivers wrote: > Commit 5f5c9ae56c38942623f69c3e6dc6ec78e4da2076 > "serial_core: Unregister console in uart_remove_one_port()" > fixed a crash where a serial port was removed but > not deregistered as a console. > > There is a side effect of th