]> git.kernelconcepts.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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:08:09 +0000 (18:08 -0500)
commit3f5d42c68a0fa5c4ce63fa66fdaa98c2bdab0192
tree793a0ef58c7ccf49351b8d187706d8a35cf20272
parent3376769041fc2e51e05db869e2aab0c77e975982
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/media/video/cx231xx/cx231xx-cards.c