projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ca1ec
)
[ARM] remove extra brace in arch/arm/mach-pxa/trizeps4.c
author
Mariusz Kozlowski
<
[email protected]
>
Sat, 18 Oct 2008 13:15:16 +0000
(15:15 +0200)
committer
Russell King
<
[email protected]
>
Sat, 18 Oct 2008 13:24:08 +0000
(14:24 +0100)
Hello,
Introduced by:
commit
642aa6637e46ae788f1f8916dc9aa5a68917e12e
Author: J<C3><BC>rgen Schindele <
[email protected]
>
Date: Mon Aug 18 21:45:03 2008 +0100
Signed-off-by: Mariusz Kozlowski <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-pxa/trizeps4.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/trizeps4.c
b/arch/arm/mach-pxa/trizeps4.c
index a13dbf3c2c05bf6c796e219a5e9134ddbb8d34f8..a72e3add743c7d93b644649fe0cd6070ea850901 100644
(file)
--- 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 */