Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263670
b: refs/heads/master
c: 048e29c
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Ben Dooks committed Sep 6, 2011
1 parent e9fbcd5 commit d9bd0da
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: 406bd18a7a39ef69f1d60a41d9de74932bcb98d4
refs/heads/master: 048e29cff95168ea3a9f176e84cc0bae54d0ae64
2 changes: 1 addition & 1 deletion trunk/drivers/i2c/busses/i2c-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ static int tegra_i2c_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[],

static u32 tegra_i2c_func(struct i2c_adapter *adap)
{
return I2C_FUNC_I2C;
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL;
}

static const struct i2c_algorithm tegra_i2c_algo = {
Expand Down

0 comments on commit d9bd0da

Please sign in to comment.