Skip to content
Commit 457cd4f5 authored by Dick Hollenbeck's avatar Dick Hollenbeck Committed by Russell King
Browse files

[ARM] 5250/1: unbalanced enable_irq() for serial_ks8695.c fix



The function ks8695uart_set_termios() would cause an unbalanced
enable_irq() generated message to be printk()ed. This is because
there was no book keeping support to remember if the calls to
enable_irq() and disable_irq() were balanced for the modem
control irq.

Signed-off-by: default avatarDick Hollenbeck <dick@softplc.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b8e6c91c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment