]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 11 Sep 2010 14:37:51 +0000 (11:37 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:43:13 +0000 (12:43 -0700)
commitb73a9cba501f233a005392d971208033c6fbef0d
tree62cec4e268d1c25f5d9f1ad442652cfd55614621
parentef40b724e656c3e7dd46b7b57f1f735baf4cd074
V4L/DVB: cx231xx: Avoid an OOPS when card is unknown (card=0)

commit c10469c637602c2385e2993d8c730cc44fd47d23 upstream.

As reported by: Carlos Americo Domiciano <c_domiciano@yahoo.com.br>:

[  220.033500] cx231xx v4l2 driver loaded.
[  220.033571] cx231xx #0: New device Conexant Corporation Polaris AV Capturb @ 480 Mbps (1554:5010) with 6 interfaces
[  220.033577] cx231xx #0: registering interface 0
[  220.033591] cx231xx #0: registering interface 1
[  220.033654] cx231xx #0: registering interface 6
[  220.033910] cx231xx #0: Identified as Unknown CX231xx video grabber (card=0)
[  220.033946] BUG: unable to handle kernel NULL pointer dereference at (null)
[  220.033955] IP: [<ffffffffa0d3c8bd>] cx231xx_pre_card_setup+0x5d/0xb0 [cx231xx]

Thanks-to: Carlos Americo Domiciano <c_domiciano@yahoo.com.br>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/media/video/cx231xx/cx231xx-cards.c