[media] cx231xx: dereferencing NULL after allocation failure
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 13 Jan 2012 05:34:00 +0000 (02:34 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 16 Jan 2012 13:54:26 +0000 (11:54 -0200)
commit6c2cc5b575ed09d81507ec86cc5cfad022d9236b
tree6cdfe2a1c8b564ce7b3ec5bf8150b6c332fc4095
parent82033bc52abeb266cb3403e783a276d4a3d6cf9f
[media] cx231xx: dereferencing NULL after allocation failure

"dev" is NULL here so we should use "nr" instead of "dev->devno".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-cards.c