Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74830
b: refs/heads/master
c: 50862d9
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Jean Delvare committed Dec 12, 2007
1 parent 8ac7d24 commit 5467543
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: 45ccc6c50dfd227b40122fea649b5fc887caa174
refs/heads/master: 50862d9490e8fbb317040b3faeee7caf56c00025
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ static int __init i2c_gpio_probe(struct platform_device *pdev)
adap->owner = THIS_MODULE;
snprintf(adap->name, sizeof(adap->name), "i2c-gpio%d", pdev->id);
adap->algo_data = bit_data;
adap->class = I2C_CLASS_HWMON;
adap->dev.parent = &pdev->dev;

/*
Expand Down

0 comments on commit 5467543

Please sign in to comment.