[COMMON] fimc-is2: release a bcm comment at driver
authorWooyeon Kim <wooy88.kim@samsung.com>
Mon, 10 Dec 2018 10:18:23 +0000 (19:18 +0900)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:30:08 +0000 (17:30 +0800)
 - wrong start address is fixed

Change-Id: I3a772e9d0b2bef88c8dc48aad976f084a72d1bb2
Signed-off-by: Wooyeon Kim <wooy88.kim@samsung.com>
drivers/media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c

index cd2b0ebec8913ba93a8bd9005a6adb20b4013491..259809613e66940462c95f84b299ffdbefda13bd 100644 (file)
@@ -52,7 +52,7 @@
 #include <linux/debug-snapshot.h>
 #endif
 
-#if 0 //def CONFIG_EXYNOS_BCM_DBG_GNR
+#ifdef CONFIG_EXYNOS_BCM_DBG_GNR
 #include <soc/samsung/exynos-bcm_dbg.h>
 #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