]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"
authorAleksey Makarov <aleksey.makarov@linaro.org>
Wed, 1 Mar 2017 15:23:02 +0000 (18:23 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 02:59:04 +0000 (10:59 +0800)
commit87e1f0249c09b2fa049fe3cd300af52ed8c8ddcd
treec484b78bf0ba3866df641594026c81e5a25df674
parentb925dc0fa3cd58cb6756a936c80f94f655a27964
Revert "tty: serial: pl011: add ttyAMA for matching pl011 console"

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 410bf696c3fcf31c7febaeaacfe2da1d80babf66.

Signed-off-by: Aleksey Makarov <aleksey.makarov@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c