Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c58b5ecd authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

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: default avatarManu Abraham <manu@linuxtv.org>
Acked-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 9fdd7976
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);