From: Wooyeon Kim Date: Mon, 10 Dec 2018 10:18:23 +0000 (+0900) Subject: [COMMON] fimc-is2: release a bcm comment at driver X-Git-Tag: MMI-QSAS30.62-33-3~431 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4458ccd4a90f1471ec40993fe8c3361eec04c885;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git [COMMON] fimc-is2: release a bcm comment at driver - wrong start address is fixed Change-Id: I3a772e9d0b2bef88c8dc48aad976f084a72d1bb2 Signed-off-by: Wooyeon Kim --- 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