[HACK] fimc-is2: change codes for robusta2
authorsamsung3 <wooy88.kim@samsung.com>
Thu, 27 Sep 2018 07:43:13 +0000 (15:43 +0800)
committerxiest1 <xiest1@lenovo.com>
Tue, 5 Nov 2019 09:29:43 +0000 (17:29 +0800)
Change-Id: Ic3a2733c0dbc0a7014045441a86a30a02e22e393
Signed-off-by: samsung3 <wooy88.kim@samsung.com>
drivers/media/platform/exynos/fimc-is2/fimc-is-resourcemgr.c

index 259809613e66940462c95f84b299ffdbefda13bd..cd2b0ebec8913ba93a8bd9005a6adb20b4013491 100644 (file)
@@ -52,7 +52,7 @@
 #include <linux/debug-snapshot.h>
 #endif
 
-#ifdef CONFIG_EXYNOS_BCM_DBG_GNR
+#if 0 //def 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
-#ifdef CONFIG_EXYNOS_BCM_DBG_GNR
+#if 0 //def 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;
 
-#ifdef CONFIG_EXYNOS_BCM_DBG_GNR
+#if 0 //def CONFIG_EXYNOS_BCM_DBG_GNR
                exynos_bcm_dbg_stop(CAMERA_DRIVER);
                dbgd_resource("exynos bcm debug was stopped\n");
 #endif