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

Commit 548899c7 authored by Dmitry Belimov's avatar Dmitry Belimov Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7675): tea5767 autodetection is not working on some saa7134 boards

parent d5b3d9ff
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -393,11 +393,6 @@ int tea5767_autodetection(struct i2c_adapter* i2c_adap, u8 i2c_addr)
		return EINVAL;
	}

	/* It seems that tea5767 returns 0xff after the 5th byte */
	if ((buffer[5] != 0xff) || (buffer[6] != 0xff)) {
		printk(KERN_WARNING "Returned more than 5 bytes. It is not a TEA5767\n");
		return EINVAL;
	}

	return 0;
}