[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200810181515.17231.m.kozlowski@tuxland.pl>
Date: Sat, 18 Oct 2008 15:15:16 +0200
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: Jurgen Schindele <linux@...indele.name>,
Russell King <rmk+kernel@....linux.org.uk>,
lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] arm: remove extra brace in arch/arm/mach-pxa/trizeps4.c
Hello,
Introduced by:
commit 642aa6637e46ae788f1f8916dc9aa5a68917e12e
Author: J<C3><BC>rgen Schindele <linux@...indele.name>
Date: Mon Aug 18 21:45:03 2008 +0100
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
--- a/arch/arm/mach-pxa/trizeps4.c
+++ b/arch/arm/mach-pxa/trizeps4.c
@@ -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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists