From 778c4c821779bb7eef7f5a1eea4d15d05d976f8b Mon Sep 17 00:00:00 2001 From: Mariusz Kozlowski Date: Sat, 18 Oct 2008 15:15:16 +0200 Subject: [ARM] remove extra brace in arch/arm/mach-pxa/trizeps4.c Hello, Introduced by: commit 642aa6637e46ae788f1f8916dc9aa5a68917e12e Author: Jrgen Schindele Date: Mon Aug 18 21:45:03 2008 +0100 Signed-off-by: Mariusz Kozlowski Signed-off-by: Russell King --- arch/arm/mach-pxa/trizeps4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-pxa') diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index a13dbf3c2c0..a72e3add743 100644 --- 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 */ -- cgit v1.2.3