Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82f72c53 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent d5fbbb76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,6 @@ static int deinterlace_probe(struct platform_device *pdev)

	return 0;

	v4l2_m2m_release(pcdev->m2m_dev);
err_m2m:
	video_unregister_device(&pcdev->vfd);
err_ctx: