From 4458ccd4a90f1471ec40993fe8c3361eec04c885 Mon Sep 17 00:00:00 2001 From: Wooyeon Kim Date: Mon, 10 Dec 2018 19:18:23 +0900 Subject: [PATCH] [COMMON] fimc-is2: release a bcm comment at driver - wrong start address is fixed Change-Id: I3a772e9d0b2bef88c8dc48aad976f084a72d1bb2 Signed-off-by: Wooyeon Kim --- .../media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c b/drivers/media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c index cd2b0ebec891..259809613e66 100644 --- a/drivers/media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c +++ b/drivers/media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c @@ -52,7 +52,7 @@ #include #endif -#if 0 //def CONFIG_EXYNOS_BCM_DBG_GNR +#ifdef CONFIG_EXYNOS_BCM_DBG_GNR #include #endif @@ -1487,7 +1487,7 @@ int fimc_is_resource_get(struct fimc_is_resourcemgr *resourcemgr, u32 rsc_type) goto p_err; } #endif -#if 0 //def CONFIG_EXYNOS_BCM_DBG_GNR +#ifdef CONFIG_EXYNOS_BCM_DBG_GNR exynos_bcm_dbg_start(); dbgd_resource("exynos bcm debug was started\n"); #endif @@ -1817,7 +1817,7 @@ int fimc_is_resource_put(struct fimc_is_resourcemgr *resourcemgr, u32 rsc_type) if (atomic_read(&core->rsccount) == 1) { u32 current_min, current_max; -#if 0 //def CONFIG_EXYNOS_BCM_DBG_GNR +#ifdef CONFIG_EXYNOS_BCM_DBG_GNR exynos_bcm_dbg_stop(CAMERA_DRIVER); dbgd_resource("exynos bcm debug was stopped\n"); #endif -- 2.20.1