The patch titled 8250: Remove commented out irq cruft has been added to the -mm tree. Its filename is 8250-remove-commented-out-irq-cruft.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: 8250: Remove commented out irq cruft From: "Josh Boyer" <jwboyer@xxxxxxxxx> Remove some obviously old interrupt disable/enable code that has been commented out. Signed-off-by: Josh Boyer <jwboyer@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/serial/8250.c | 2 -- 1 file changed, 2 deletions(-) diff -puN drivers/serial/8250.c~8250-remove-commented-out-irq-cruft drivers/serial/8250.c --- a/drivers/serial/8250.c~8250-remove-commented-out-irq-cruft +++ a/drivers/serial/8250.c @@ -994,7 +994,6 @@ static void autoconfig(struct uart_8250_ * 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_ out: spin_unlock_irqrestore(&up->port.lock, flags); -// restore_flags(flags); DEBUG_AUTOCONF("type=%s\n", uart_config[up->port.type].name); } _ Patches currently in -mm which might be from jwboyer@xxxxxxxxx are 8250-remove-commented-out-irq-cruft.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html