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

Commit b74bee15 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Mauro Carvalho Chehab
Browse files

[media] exynos4-is: Add missing v4l2_device_unregister() call in fimc_md_remove()

parent fdb49827
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1544,6 +1544,8 @@ static int fimc_md_remove(struct platform_device *pdev)

	if (!fmd)
		return 0;

	v4l2_device_unregister(&fmd->v4l2_dev);
	device_remove_file(&pdev->dev, &dev_attr_subdev_conf_mode);
	fimc_md_unregister_entities(fmd);
	fimc_md_pipelines_free(fmd);