Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181647
b: refs/heads/master
c: c58b5ec
h: refs/heads/master
i:
  181645: a0e6892
  181643: 532a10b
  181639: 591049c
  181631: f5c6fd6
v: v3
  • Loading branch information
Manu Abraham authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 8f1b406 commit d4aa7de
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: 9fdd797659de7a989025c64c336542ac9c15d4d1
refs/heads/master: c58b5ecd46bf1b4a54b769d4a17afd97af23188d
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,9 +828,9 @@ static int ngene_i2c_init(struct ngene *dev, int dev_nr)

strcpy(adap->name, "nGene");

adap->id = I2C_HW_SAA7146;
adap->algo = &ngene_i2c_algo;
adap->algo_data = (void *)&(dev->channel[dev_nr]);
adap->dev.parent = &dev->pci_dev->dev;

mutex_init(&adap->bus_lock);
return i2c_add_adapter(adap);
Expand Down

0 comments on commit d4aa7de

Please sign in to comment.