[PATCH v3] Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"
From: Sudeep Holla <hidden>
Date: 2017-03-14 16:14:34
Also in:
linux-serial, lkml
From: Sudeep Holla <hidden>
Date: 2017-03-14 16:14:34
Also in:
linux-serial, lkml
On 01/03/17 15:23, Aleksey Makarov wrote:
The original patch makes the condition always true, so it is wrong. It masks (but not fixes) the bug described in the commit message but introduces a regression (no console is selected by SPCR) in regular (no 'console=ttyAMA') case. s/||/&&/ would not fix the problem as the root cause was identified incorrectly. This reverts commit aea9a80ba98a0c9b4de88850260e9fbdcc98360b.
Sorry for that, I will test your patches and respond to that. For this patch: Acked-by: Sudeep Holla <redacted> -- Regards, Sudeep