V4L/DVB (11995): zr364xx.c: vfree does its own NULL check
authorFigo.zhang <figo1802@gmail.com>
Sat, 6 Jun 2009 09:16:21 +0000 (06:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:53 +0000 (19:07 -0300)
commitde99d76aa19994f0d1140b1397fc439525e147c0
treed3d8620e40f39b36b3688fb0d3c68566750311a2
parent52a85e17091d2fe9ade6a5d94063e70c5d2a9d5b
V4L/DVB (11995): zr364xx.c: vfree does its own NULL check

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

Signed-off-by: Figo.zhang <figo1802@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zr364xx.c