The patch titled
     8250: Remove commented out irq cruft
has been removed from the -mm tree.  Its filename was
     8250-remove-commented-out-irq-cruft.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: 8250: Remove commented out irq cruft
From: "Josh Boyer" <[EMAIL PROTECTED]>

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

Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] are

origin.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to