From 53143f0cb7a5d4c621c15b0786cf561ea793d420 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 25 Sep 2006 16:51:28 -0700 Subject: [PATCH] --- yaml --- r: 38222 b: refs/heads/master c: d8d64d6b29d331f1217c77999f5104fe68b0ef3a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/serial_core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a6cdb0d2fc49..a51b9932bf2c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e480af09c49736848f749a43dff2c902104f6691 +refs/heads/master: d8d64d6b29d331f1217c77999f5104fe68b0ef3a diff --git a/trunk/include/linux/serial_core.h b/trunk/include/linux/serial_core.h index f9fdf97506ea..de2e68159d96 100644 --- a/trunk/include/linux/serial_core.h +++ b/trunk/include/linux/serial_core.h @@ -415,7 +415,7 @@ uart_handle_sysrq_char(struct uart_port *port, unsigned int ch, #ifdef SUPPORT_SYSRQ if (port->sysrq) { if (ch && time_before(jiffies, port->sysrq)) { - handle_sysrq(ch, regs, NULL); + handle_sysrq(ch, regs, port->info->tty); port->sysrq = 0; return 1; }