commit | 938f7e13b55a76ad98964509f6d13bbcf852e617 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Sep 10 15:06:29 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 21:19:35 2014 -0700 |
tree | df81fad2260c03b712906a4440e486815e09fbbd | |
parent | 8620d3e5382a3c172a7885fa67a70955ca930425 [diff] |
serial: core: Use spin_lock_irq() in uart_set_termios() uart_set_termios() is called with interrupts enabled; no need to save and restore the interrupt state when taking the uart port lock. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>