V4L/DVB: [nGene] Trivial I2C related fixes/cleanups

Trivial I2C related fixes/cleanups
 - Remove Unused I2C ID
 - point the I2C device to the physical device

Signed-off-by: Manu Abraham <manu@linuxtv.org>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Manu Abraham 2009-12-26 16:56:26 -03:00 committed by Mauro Carvalho Chehab
parent 9fdd797659
commit c58b5ecd46

View file

@ -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);