Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fef92c30 authored by Josh Boyer's avatar Josh Boyer Committed by Linus Torvalds
Browse files

8250: Remove commented out irq cruft



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

Signed-off-by: default avatarJosh Boyer <jwboyer@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0e82d5b6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -994,7 +994,6 @@ static void autoconfig(struct uart_8250_port *up, unsigned int probeflags)
	 * be frobbing the chips IRQ enable register to see if it exists.
	 */
	spin_lock_irqsave(&up->port.lock, flags);
//	save_flags(flags); cli();

	up->capabilities = 0;
	up->bugs = 0;
@@ -1151,7 +1150,6 @@ static void autoconfig(struct uart_8250_port *up, unsigned int probeflags)

 out:
	spin_unlock_irqrestore(&up->port.lock, flags);
//	restore_flags(flags);
	DEBUG_AUTOCONF("type=%s\n", uart_config[up->port.type].name);
}