From f9cc39ca0ed613100813881983d7896f42038e6e Mon Sep 17 00:00:00 2001 From: Huang Jiachai Date: Mon, 31 Aug 2015 16:09:13 +0800 Subject: [PATCH] video: rockchip: fb: close rk_fb_iommu_debug default Change-Id: I285c091fe2932906070eb861ce98943b4605e101 Signed-off-by: Huang Jiachai --- drivers/video/rockchip/rk_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/rockchip/rk_fb.c b/drivers/video/rockchip/rk_fb.c index 0355f3cb572f..8c0bc7addb3b 100755 --- a/drivers/video/rockchip/rk_fb.c +++ b/drivers/video/rockchip/rk_fb.c @@ -78,7 +78,7 @@ static struct rk_fb_trsm_ops *trsm_mipi_ops; static int uboot_logo_on; static int rk_fb_debug_lvl; -static int rk_fb_iommu_debug = 1; +static int rk_fb_iommu_debug; module_param(rk_fb_debug_lvl, int, S_IRUGO | S_IWUSR); module_param(rk_fb_iommu_debug, int, S_IRUGO | S_IWUSR); -- 2.34.1