mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
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:
parent
9fdd797659
commit
c58b5ecd46
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user