[media] omap3isp: Add missing mutex_destroy() calls
[deliverable/linux.git] / drivers / media / video / omap3isp / ispstat.c
index b124326d1e7f68256f58c1adb473bd7d6eb7bdcc..28b7cc61cba6a5208f2b34c38843e3fe12ee751c 100644 (file)
@@ -1087,6 +1087,7 @@ int omap3isp_stat_init(struct ispstat *stat, const char *name,
 void omap3isp_stat_cleanup(struct ispstat *stat)
 {
        media_entity_cleanup(&stat->subdev.entity);
+       mutex_destroy(&stat->ioctl_lock);
        isp_stat_bufs_free(stat);
        kfree(stat->buf);
 }
This page took 0.025079 seconds and 5 git commands to generate.