Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373630
b: refs/heads/master
c: 50e4443
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Navet authored and Linus Walleij committed Mar 27, 2013
1 parent 21d0059 commit 2af6d55
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e83507b763541cbbdf5a9e047c69755fec52aed9
refs/heads/master: 50e44430c6c1872a761c57161338dea069dc36db
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/gpio-pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ static int pca953x_write_regs(struct pca953x_chip *chip, int reg, u8 *val)
ret = i2c_smbus_write_i2c_block_data(chip->client,
(reg << bank_shift) | REG_ADDR_AI,
NBANK(chip), val);
}
else {
} else {
switch (chip->chip_type) {
case PCA953X_TYPE:
ret = i2c_smbus_write_word_data(chip->client,
Expand Down

0 comments on commit 2af6d55

Please sign in to comment.