V4L/DVB (11958): usbvision-core.c: vfree does its own NULL check
authorFigo.zhang <figo1802@gmail.com>
Thu, 11 Jun 2009 13:33:31 +0000 (10:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:37 +0000 (19:07 -0300)
commit5e2c217eee18a4627a32c49f57f47dbac67dcf23
tree7998db31b7a3e3617911705eb6e109c6de4c655d
parentf1ca0adfcf2c2f1129a59b93caa80a1dbd6b6c81
V4L/DVB (11958): usbvision-core.c: vfree does its own NULL check

vfree() does it's own NULL checking,so no need for check before
calling it.

Signed-off-by: Figo.zhang <figo1802@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/usbvision/usbvision-core.c