commit | dc7bf130b8552a218e2f3ea0b58268e469f335da | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Feb 15 09:59:47 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Feb 15 09:59:47 2006 +0000 |
tree | d397922a0efcbeb14271063f4c15e31a94112096 | |
parent | a5f1e4edb3cdd90733893b8aec38fac5553db60a [diff] [blame] |
[SERIAL] Fix typo in comment Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index b1fc97d..244e8ff 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c
@@ -2198,7 +2198,7 @@ touch_nmi_watchdog(); /* - * First save the UER then disable the interrupts + * First save the IER then disable the interrupts */ ier = serial_in(up, UART_IER);