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

Commit 13a257f8 authored by Brad Love's avatar Brad Love Committed by Mauro Carvalho Chehab
Browse files

media: cx231xx: Ignore an i2c mux adapter



Hauppauge 935C cannot communicate with the si2157
when using the mux adapter returned by the si2168,
so disable it to fix the device.

Signed-off-by: default avatarBrad Love <brad@nextdimension.cc>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 2fb579bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1150,7 +1150,7 @@ static int dvb_init(struct cx231xx *dev)
		info.platform_data = &si2157_config;
		request_module("si2157");

		client = i2c_new_device(adapter, &info);
		client = i2c_new_device(tuner_i2c, &info);
		if (client == NULL || client->dev.driver == NULL) {
			module_put(dvb->i2c_client_demod[0]->dev.driver->owner);
			i2c_unregister_device(dvb->i2c_client_demod[0]);