Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8152
b: refs/heads/master
c: 1ac2854
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Matthias Hahn authored and Linus Torvalds committed Sep 9, 2005
1 parent c6eb50a commit 9cb19f0
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: 6af4ee10f0b2bec2b8c40150298a9f7c1e9e46c6
refs/heads/master: 1ac2854cbc637de7e958cfa8d153ccf9e6668dda
1 change: 1 addition & 0 deletions trunk/drivers/media/common/saa7146_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ int saa7146_i2c_adapter_prepare(struct saa7146_dev *dev, struct i2c_adapter *i2c
if( NULL != i2c_adapter ) {
BUG_ON(!i2c_adapter->class);
i2c_set_adapdata(i2c_adapter,dev);
i2c_adapter->dev.parent = &dev->pci->dev;
i2c_adapter->algo = &saa7146_algo;
i2c_adapter->algo_data = NULL;
i2c_adapter->id = I2C_HW_SAA7146;
Expand Down

0 comments on commit 9cb19f0

Please sign in to comment.