From 85334e4be41ee8ee86020663a73b9a754be8bcbe Mon Sep 17 00:00:00 2001 From: Liang Li Date: Thu, 24 Jan 2013 12:31:27 +0800 Subject: [PATCH] --- yaml --- r: 354835 b: refs/heads/master c: e8c5b56fdca7bb3006914f0bf7d09b4d64254172 h: refs/heads/master i: 354833: f5fd9501ef95a1cd045a69b400c07a52a68edcdb 354831: 3577fa73d72d932e36c269d9410fb4e4174674a4 v: v3 --- [refs] | 2 +- trunk/drivers/tty/serial/pch_uart.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f002147a5406..ab65fafda327 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 58f82be334ede87aa6ff6fa1afdb05552be907be +refs/heads/master: e8c5b56fdca7bb3006914f0bf7d09b4d64254172 diff --git a/trunk/drivers/tty/serial/pch_uart.c b/trunk/drivers/tty/serial/pch_uart.c index 1ddfc66b1084..7a6c989924b3 100644 --- a/trunk/drivers/tty/serial/pch_uart.c +++ b/trunk/drivers/tty/serial/pch_uart.c @@ -569,10 +569,12 @@ static int pch_uart_hal_read(struct eg20t_port *priv, unsigned char *buf, if (uart_handle_break(port)) continue; } +#ifdef SUPPORT_SYSRQ if (port->sysrq) { if (uart_handle_sysrq_char(port, rbr)) continue; } +#endif buf[i++] = rbr; }