[media] m2m-deinterlace: remove dead code
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 23:32:48 +0000 (20:32 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:29:50 +0000 (06:29 -0300)
commit82f72c53813da40303214f4c4d65122b2c1ccc41
tree2ba122e5e51e6c08e074700ad2525281fd1d596b
parentd5fbbb762bb51484bef3aecfddf0a31c2e708450
[media] m2m-deinterlace: remove dead code

As reported by smatch:
drivers/media/platform/m2m-deinterlace.c:1063 deinterlace_probe() info: ignoring unreachable code.

There's no need to call v4l2_m2m_release() here, as the last possible
failure in this code is to allocate the m2m struct.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/m2m-deinterlace.c