Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130572
b: refs/heads/master
c: 7060886
h: refs/heads/master
v: v3
  • Loading branch information
Phil Sutter authored and Ralf Baechle committed Jan 30, 2009
1 parent 991b246 commit bd433c5
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: deb1003329b65456c4e6702cd3bcc698d565a11e
refs/heads/master: 7060886fb745b705bcf189131eb49c50485ba233
2 changes: 1 addition & 1 deletion trunk/arch/mips/rb532/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void set_latch_u5(unsigned char or_mask, unsigned char nand_mask)
spin_lock_irqsave(&dev3.lock, flags);

dev3.state = (dev3.state | or_mask) & ~nand_mask;
writel(dev3.state, &dev3.base);
writeb(dev3.state, dev3.base);

spin_unlock_irqrestore(&dev3.lock, flags);
}
Expand Down

0 comments on commit bd433c5

Please sign in to comment.