Commit fef92c30d48a9c610e35af6b218db03f770f3c65

Authored by Josh Boyer
Committed by Linus Torvalds
1 parent 0e82d5b618

8250: Remove commented out irq cruft

Remove some obviously old interrupt disable/enable code that has been
commented out.

Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/serial/8250.c
... ... @@ -994,7 +994,6 @@
994 994 * be frobbing the chips IRQ enable register to see if it exists.
995 995 */
996 996 spin_lock_irqsave(&up->port.lock, flags);
997   -// save_flags(flags); cli();
998 997  
999 998 up->capabilities = 0;
1000 999 up->bugs = 0;
... ... @@ -1151,7 +1150,6 @@
1151 1150  
1152 1151 out:
1153 1152 spin_unlock_irqrestore(&up->port.lock, flags);
1154   -// restore_flags(flags);
1155 1153 DEBUG_AUTOCONF("type=%s\n", uart_config[up->port.type].name);
1156 1154 }
1157 1155