]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] v4l: vsp1: Clean up file handle in open() error path
authorShailendra Verma <shailendra.v@samsung.com>
Fri, 25 Nov 2016 05:07:57 +0000 (03:07 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 10 Apr 2017 11:27:25 +0000 (08:27 -0300)
commitdadc3be66c282d4c2c917186447494ae79f7b79f
tree76fe284032d183ff813d60c3d29ca208c9b18ded
parentf1450162544f5c4dc801c85bb28f64c0fa6146e7
[media] v4l: vsp1: Clean up file handle in open() error path

v4l2_fh_init is already done. So call the v4l2_fh_exit in error
condition before returing from the function.

Signed-off-by: Shailendra Verma <shailendra.v@samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/vsp1/vsp1_video.c