]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Oct 2016 07:45:24 +0000 (03:45 -0400)
commit7e511d9ee3f4fcf6d6b655b45e8571819c779a39
tree88c6201206448fcb142319c0e32e5aa2076b12b1
parent5dfa69791d0fe7dd8f0cf08030636f4ac3ca871c
cx231xx: can't proceed if I2C bus register fails

commit 461af077d349b11106ca084e9ef2973a753d33ff upstream.

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.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/usb/cx231xx/cx231xx-core.c