Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220981
b: refs/heads/master
c: 5680bc6
h: refs/heads/master
i:
  220979: 42587cc
v: v3
  • Loading branch information
Linus Walleij authored and Ben Dooks committed Oct 25, 2010
1 parent 76f53d9 commit af4b63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 8ef4f4e4afd55b6015d5b283172d240e22c91854
refs/heads/master: 5680bc6ec71f303956f5aa999a3c13e13466c561
5 changes: 1 addition & 4 deletions trunk/drivers/i2c/busses/i2c-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,7 @@ static irqreturn_t i2c_irq_handler(int irq, void *arg)

static unsigned int nmk_i2c_functionality(struct i2c_adapter *adap)
{
return I2C_FUNC_I2C
| I2C_FUNC_SMBUS_BYTE_DATA
| I2C_FUNC_SMBUS_WORD_DATA
| I2C_FUNC_SMBUS_I2C_BLOCK;
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
}

static const struct i2c_algorithm nmk_i2c_algo = {
Expand Down

0 comments on commit af4b63c

Please sign in to comment.