diff --git a/[refs] b/[refs] index 6a9d3058b8b9..2b38dd26be3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 747c8a55946ed037bf7d62454c3c599c02af2262 +refs/heads/master: 27ae7a7435634820e7f7e2b922d8119f79cfc6e4 diff --git a/trunk/include/linux/serial_core.h b/trunk/include/linux/serial_core.h index 90f681789a64..1a8cd0169c9a 100644 --- a/trunk/include/linux/serial_core.h +++ b/trunk/include/linux/serial_core.h @@ -430,7 +430,7 @@ static inline int uart_handle_break(struct uart_port *port) port->sysrq = 0; } #endif - if (info->flags & UPF_SAK) + if (port->flags & UPF_SAK) do_SAK(info->tty); return 0; }