Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111110
b: refs/heads/master
c: c76befc
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Oct 11, 2008
1 parent cbb8586 commit fc23cd7
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: 49afa0a15180c22c8836ef36edd6aa48ab7b2915
refs/heads/master: c76befc3429354909d3242d11b8d3bcb3bea4b03
2 changes: 1 addition & 1 deletion trunk/arch/mips/rb532/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void set_434_reg(unsigned reg_offs, unsigned bit, unsigned len, unsigned val)

spin_lock_irqsave(&dev3.lock, flags);

data = *(volatile unsigned *) (IDT434_REG_BASE + reg_offs);
data = readl(IDT434_REG_BASE + reg_offs);
for (i = 0; i != len; ++i) {
if (val & (1 << i))
data |= (1 << (i + bit));
Expand Down

0 comments on commit fc23cd7

Please sign in to comment.