]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - drivers/media/platform/exynos-gsc/gsc-m2m.c
[media] exynos-gsc: Clean up file handle in open() error path
authorShailendra Verma <shailendra.v@samsung.com>
Fri, 2 Dec 2016 04:45:27 +0000 (02:45 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Jan 2017 12:01:53 +0000 (10:01 -0200)
commit3a07a8278ae7a38806e017994c50a95ad50750c3
tree7bbd08f62cbda85bd97e7506190489ac4fc4bf70
parent5e6df4eb255af36b36f6b31b4bcece23cffefc5c
[media] exynos-gsc: Clean up file handle in open() error path

The file handle is not yet added in the vfd list. So no need
to call v4l2_fh_del(&ctx->fh) if it fails to create controls.

Signed-off-by: Shailendra Verma <shailendra.v@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/exynos-gsc/gsc-m2m.c