Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182991
b: refs/heads/master
c: fcfadca
h: refs/heads/master
i:
  182989: 6178ef8
  182987: 32561c2
  182983: e150adb
  182975: 2e183ab
v: v3
  • Loading branch information
Roel Kluin authored and Russell King committed Feb 24, 2010
1 parent 4faf493 commit c823d7e
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: 64de028948f449af17cf387f45a45f36ffd3c960
refs/heads/master: fcfadcaa57be0711ca80e3898243388f4d19928f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-u300/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ static void gpio_set_initial_values(void)
for (i = 0; i < U300_GPIO_MAX; i++) {
val = 0;
for (j = 0; j < 8; j++)
val |= (u32)((u300_gpio_config[i][j].pull_up == DISABLE_PULL_UP)) << j;
val |= (u32)((u300_gpio_config[i][j].pull_up == DISABLE_PULL_UP) << j);
local_irq_save(flags);
writel(val, virtbase + U300_GPIO_PXPER + i * U300_GPIO_PORTX_SPACING);
local_irq_restore(flags);
Expand Down

0 comments on commit c823d7e

Please sign in to comment.