[media] videodev: fix a NULL pointer dereference in v4l2_device_release()
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 12 Oct 2011 20:59:26 +0000 (17:59 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 19 Oct 2011 11:48:08 +0000 (09:48 -0200)
The change in 8280b66 does not cover the case when v4l2_dev is already
NULL, fix that.

With a Kinect sensor, seen as an USB camera using GSPCA in this context,
a NULL pointer dereference BUG can be triggered by just unplugging the
device after the camera driver has been loaded.

Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found