diff options
Diffstat (limited to 'drivers/media/video/omap3isp/isphist.c')
-rw-r--r-- | drivers/media/video/omap3isp/isphist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/omap3isp/isphist.c b/drivers/media/video/omap3isp/isphist.c index 1743856b30d..1163907bcdd 100644 --- a/drivers/media/video/omap3isp/isphist.c +++ b/drivers/media/video/omap3isp/isphist.c | |||
@@ -516,5 +516,5 @@ void omap3isp_hist_cleanup(struct isp_device *isp) | |||
516 | if (HIST_USING_DMA(&isp->isp_hist)) | 516 | if (HIST_USING_DMA(&isp->isp_hist)) |
517 | omap_free_dma(isp->isp_hist.dma_ch); | 517 | omap_free_dma(isp->isp_hist.dma_ch); |
518 | kfree(isp->isp_hist.priv); | 518 | kfree(isp->isp_hist.priv); |
519 | omap3isp_stat_free(&isp->isp_hist); | 519 | omap3isp_stat_cleanup(&isp->isp_hist); |
520 | } | 520 | } |