diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-17 17:13:38 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-17 17:13:38 +0100 |
commit | 69454e6991091d0d6eb7461653f2695d985e1a74 (patch) | |
tree | 4b67b8a5a306f3f24dfc8f7c8d2883a0423e98c3 /drivers/serial/8250.c | |
parent | Merge master.kernel.org:/home/rmk/linux-2.6-arm (diff) | |
parent | [SERIAL] Fix typo in comment (diff) | |
download | linux-69454e6991091d0d6eb7461653f2695d985e1a74.tar.xz linux-69454e6991091d0d6eb7461653f2695d985e1a74.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'drivers/serial/8250.c')
-rw-r--r-- | drivers/serial/8250.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/8250.c b/drivers/serial/8250.c index b1fc97d5f643..244e8ff11977 100644 --- a/drivers/serial/8250.c +++ b/drivers/serial/8250.c @@ -2198,7 +2198,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count) 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); |