commit | 8f4895f2bd83cbf5afae25f3b35ea0f5d46d48c6 | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Sun Sep 06 08:42:10 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Mar 03 07:17:12 2016 -0300 |
tree | 7797ae8b2a79217bdbd14cbeca6acc47dcf20733 | |
parent | 2abd1f43c242e79c9db1050a3344cc2965eb77e3 [diff] |
[media] pxa_camera: fix the buffer free path Fix the error path where the video buffer wasn't allocated nor mapped. In this case, in the driver free path don't try to unmap memory which was not mapped in the first place. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>