]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] remove extra brace in arch/arm/mach-pxa/trizeps4.c
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>
Sat, 18 Oct 2008 13:15:16 +0000 (15:15 +0200)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 18 Oct 2008 13:24:08 +0000 (14:24 +0100)
Hello,

Introduced by:

commit 642aa6637e46ae788f1f8916dc9aa5a68917e12e
Author: J<C3><BC>rgen Schindele <linux@schindele.name>
Date:   Mon Aug 18 21:45:03 2008 +0100

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/trizeps4.c

index a13dbf3c2c05bf6c796e219a5e9134ddbb8d34f8..a72e3add743c7d93b644649fe0cd6070ea850901 100644 (file)
@@ -399,7 +399,7 @@ static void trizeps4_irda_transceiver_mode(struct device *dev, int mode)
        /* Switch mode */
        if (mode & IR_SIRMODE)
                trizeps_conxs_ircr &= ~ConXS_IRCR_MODE; /* Slow mode */
-       else if (mode & IR_FIRMODE) {
+       else if (mode & IR_FIRMODE)
                trizeps_conxs_ircr |= ConXS_IRCR_MODE;  /* Fast mode */
 
        /* Switch power */