From: Huang Jiachai Date: Mon, 31 Aug 2015 08:09:13 +0000 (+0800) Subject: video: rockchip: fb: close rk_fb_iommu_debug default X-Git-Tag: firefly_0821_release~3813 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f9cc39ca0ed613100813881983d7896f42038e6e;p=firefly-linux-kernel-4.4.55.git video: rockchip: fb: close rk_fb_iommu_debug default Change-Id: I285c091fe2932906070eb861ce98943b4605e101 Signed-off-by: Huang Jiachai --- 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);