From: Huang, Tao Date: Mon, 4 May 2015 11:51:17 +0000 (+0800) Subject: arm: rockchip: ddr_freq: fix compilation warning X-Git-Tag: firefly_0821_release~4158^2~137 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=22ca938e4d7c4f43302cfa828c062b02e45ec220;p=firefly-linux-kernel-4.4.55.git arm: rockchip: ddr_freq: fix compilation warning Signed-off-by: Huang, Tao --- diff --git a/arch/arm/mach-rockchip/ddr_freq.c b/arch/arm/mach-rockchip/ddr_freq.c index 66b6e2afe108..09a1d80413b7 100644 --- a/arch/arm/mach-rockchip/ddr_freq.c +++ b/arch/arm/mach-rockchip/ddr_freq.c @@ -229,7 +229,7 @@ static void ddr_auto_freq(void) { unsigned long freq, new_freq=0, vop_req_freq=0, total_bw_req_freq=0; u32 ddr_percent, target_load; - static u32 local_jiffies=0, max_ddr_percent=0; + static unsigned long local_jiffies=0, max_ddr_percent=0; if (!local_jiffies) local_jiffies = jiffies; @@ -552,7 +552,7 @@ static ssize_t video_state_write(struct file *file, const char __user *buffer, return -EFAULT; } - dprintk(DEBUG_VIDEO_STATE, "%s: %s,len %d\n", __func__, cookie_pot,count); + dprintk(DEBUG_VIDEO_STATE, "%s: %s,len %zu\n", __func__, cookie_pot,count); state=cookie_pot[0]; if( (count>=3) && (cookie_pot[2]=='w') )