OSDN Git Service

[media] cx231xx: can't proceed if I2C bus register fails
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 5 Sep 2016 08:56:37 +0000 (05:56 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 5 Sep 2016 18:26:35 +0000 (15:26 -0300)
commit461af077d349b11106ca084e9ef2973a753d33ff
tree56c90cd3dd4026542fef4044a3b5e62b1149cda3
parent4001dfb4b54dc4b7e5e765f686766e3db88d175b
[media] cx231xx: can't proceed if I2C bus register fails

The driver should not ignore errors while registering the I2C
bus, as this device can't even minimally work without the buses,
as it uses those buses internally to talk with the several IP
blocks inside the chip.

Cc: stable@vger.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/usb/cx231xx/cx231xx-core.c