[media] omap3isp: Add missing mutex_destroy() calls
[pandora-kernel.git] / drivers / media / video / omap3isp / ispccdc.c
index c30cc59..3a43be2 100644 (file)
@@ -2297,4 +2297,6 @@ void omap3isp_ccdc_cleanup(struct isp_device *isp)
 
        if (ccdc->fpc.fpcaddr != 0)
                omap_iommu_vfree(isp->domain, isp->iommu, ccdc->fpc.fpcaddr);
+
+       mutex_destroy(&ccdc->ioctl_lock);
 }