[media] omap3isp: Add missing mutex_destroy() calls
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 22 Sep 2011 20:09:26 +0000 (17:09 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 3 Nov 2011 20:31:31 +0000 (18:31 -0200)
commited33ac8e0876a3016511ea0aaf9af1d965ee2c44
treeb4b0c581a0ec831d3857d86205234b8924bd6ba5
parent39099d09ae4605003696919d7c3a6e8a96607c4b
[media] omap3isp: Add missing mutex_destroy() calls

Mutexes must be destroyed with mutex_destroy(). Add missing calls in the
modules cleanup handlers.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap3isp/isp.c
drivers/media/video/omap3isp/ispccdc.c
drivers/media/video/omap3isp/ispstat.c
drivers/media/video/omap3isp/ispvideo.c