Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199413
b: refs/heads/master
c: 75907a1
h: refs/heads/master
i:
  199411: 6c24da0
v: v3
  • Loading branch information
Florian Fainelli authored and Samuel Ortiz committed May 27, 2010
1 parent 021e74a commit 1818349
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: 8deca39e5caf7a20fc3786548dc9bfb7f0ae14b6
refs/heads/master: 75907a1153b42100b7a5e960bfe47d208d726309
2 changes: 1 addition & 1 deletion trunk/drivers/gpio/rdc321x-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static void rdc_gpio_set_value_impl(struct gpio_chip *chip,
gpch->data_reg[reg] &= ~(1 << (gpio & 0x1f));

pci_write_config_dword(gpch->sb_pdev,
reg ? gpch->reg1_data_base : gpch->reg2_data_base,
reg ? gpch->reg2_data_base : gpch->reg1_data_base,
gpch->data_reg[reg]);
}

Expand Down

0 comments on commit 1818349

Please sign in to comment.