]> 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>
Fri, 17 Mar 2017 05:04:06 +0000 (14:04 +0900)
commitaffd0505d62deab1e966cf53aabd64a0d7c13cc1
tree982e5cf8d3700929d22dbec74aec86a332367b95
parentb66096d5008f22190d312889efef52abfbf5c345
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>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Tested-by: Jayachandran C <jnair@caviumnetworks.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c