rk30:phonepad:Remove debug print
author张晴 <zhangqing@rock-chips.com>
Thu, 9 Aug 2012 10:42:58 +0000 (18:42 +0800)
committer张晴 <zhangqing@rock-chips.com>
Thu, 9 Aug 2012 10:42:58 +0000 (18:42 +0800)
arch/arm/mach-rk30/i2c_sram.c

index 184ab9a63c90cf338eaed276fd32492048a2f4d3..e871a5b0218c634327ed8ddd1ae7439cb7e7694d 100755 (executable)
@@ -147,7 +147,7 @@ void __sramfunc sram_i2c_init()
        divh = divl = rk30_ceil(div, 2);        
        writel_relaxed(I2C_CLKDIV_VAL(divl, divh), SRAM_I2C_ADDRBASE + I2C_CLKDIV);
        data[3]  = readl_relaxed(SRAM_I2C_ADDRBASE + I2C_CLKDIV);
-       sram_printhex(data[3]);
+       
 }