]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit646022d000f90f663377d3c8b6f0fa7f771001cd
treeb4b0c581a0ec831d3857d86205234b8924bd6ba5
parenta0c40311459c5897f6074c514e41466bd893bf9c
[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