From: Archit Taneja Date: Tue, 18 Feb 2014 13:24:07 +0000 (-0300) Subject: [media] v4l: ti-vpe: Use video_device_release_empty X-Git-Tag: v3.15-rc1~13^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=772a7b7ae1ed8dcb829fffa3e535725f2ecdaa94;p=pandora-kernel.git [media] v4l: ti-vpe: Use video_device_release_empty The video_device struct is currently embedded in the driver data struct vpe_dev. A vpe_dev instance is allocated by the driver, and the memory for the vfd is a part of this struct. The v4l2 core, however, manages the removal of the vfd region, through the video_device's .release() op, which currently is the helper video_device_release. This causes memory corruption, and leads to issues when we try to re-insert the vpe module. Use the video_device_release_empty helper function instead. Reviewed-by: Hans Verkuil Signed-off-by: Archit Taneja Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed