Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116820
b: refs/heads/master
c: 778c4c8
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Russell King committed Oct 18, 2008
1 parent 6c20b99 commit 864d245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74ca1ec2ce62cd31952703c6e36911b23d70623c
refs/heads/master: 778c4c821779bb7eef7f5a1eea4d15d05d976f8b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/trizeps4.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 864d245

Please sign in to comment.