From: samsung3 Date: Thu, 27 Sep 2018 07:43:13 +0000 (+0800) Subject: [HACK] fimc-is2: change codes for robusta2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1dfb1fb68398a8f1849ec8147c1df59028064b7c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [HACK] fimc-is2: change codes for robusta2 Change-Id: Ic3a2733c0dbc0a7014045441a86a30a02e22e393 Signed-off-by: samsung3 --- 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 259809613e66..cd2b0ebec891 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 -#ifdef CONFIG_EXYNOS_BCM_DBG_GNR +#if 0 //def 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 -#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