Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23260
b: refs/heads/master
c: 7cd30b2
h: refs/heads/master
v: v3
  • Loading branch information
Alessandro Zummo authored and Greg Kroah-Hartman committed Mar 23, 2006
1 parent e6009d0 commit 42c93ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f7ea3c58c9aa571617a9d77dd2fbd4bd81cc50a
refs/heads/master: 7cd30b26eb779b787e00e05f3e9797a97de33968
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-ixp4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ static int ixp4xx_i2c_probe(struct platform_device *plat_dev)
drv_data->algo_data.timeout = 100;

drv_data->adapter.id = I2C_HW_B_IXP4XX;
drv_data->adapter.class = I2C_CLASS_HWMON;
strlcpy(drv_data->adapter.name, plat_dev->dev.driver->name,
I2C_NAME_SIZE);
drv_data->adapter.algo_data = &drv_data->algo_data;
Expand Down

0 comments on commit 42c93ca

Please sign in to comment.