aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Gregory <graeme.gregory@linaro.org>2016-05-06 15:39:29 +0100
committerGraeme Gregory <graeme.gregory@linaro.org>2016-05-06 15:41:18 +0100
commit055bf15bcc84cf0881df99bc2b8a68d25fbf2436 (patch)
tree127f003793e1c21e5f0b8734392a960b844febe7
parent117c7c70f1df64ff02d1044b40f4b6bfa2b2eafa (diff)
HACK: tty: pl011: remove iotype from console_matchtopic-acpi-console-fixes-erp-20160506.1
Because we currently do not have IDs to uniquely identify SBSA vs SBSA32 vs PL011 UARTS in DSDT kludge it by not checking the iotype for now. Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org>
-rw-r--r--drivers/tty/serial/amba-pl011.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c
index 430838fefb8a..07e08e2484d7 100644
--- a/drivers/tty/serial/amba-pl011.c
+++ b/drivers/tty/serial/amba-pl011.c
@@ -2232,8 +2232,6 @@ static int __init pl011_console_match(struct console *co, char *name, int idx,
port = &amba_ports[i]->port;
- if (port->iotype != iotype)
- continue;
if ((iotype == UPIO_MEM || iotype == UPIO_MEM32) &&
(port->mapbase != addr))
continue;