Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298680
b: refs/heads/master
c: 4a3398e
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed Apr 4, 2012
1 parent 8aed373 commit 94b7882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5c1e2c9dc684f26fcc78ff4ef15dc97ed0244303
refs/heads/master: 4a3398ee9d7d8008ee9bfc8a600b734a1b22af23
4 changes: 2 additions & 2 deletions trunk/drivers/gpio/gpio-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ static int __devinit tegra_gpio_probe(struct platform_device *pdev)
return -ENODEV;
}

for (i = 0; i < 7; i++) {
for (i = 0; i < tegra_gpio_bank_count; i++) {
for (j = 0; j < 4; j++) {
int gpio = tegra_gpio_compose(i, j, 0);
tegra_gpio_writel(0x00, GPIO_INT_ENB(gpio));
Expand Down Expand Up @@ -514,7 +514,7 @@ static int dbg_gpio_show(struct seq_file *s, void *unused)
int i;
int j;

for (i = 0; i < 7; i++) {
for (i = 0; i < tegra_gpio_bank_count; i++) {
for (j = 0; j < 4; j++) {
int gpio = tegra_gpio_compose(i, j, 0);
seq_printf(s,
Expand Down

0 comments on commit 94b7882

Please sign in to comment.