Commit 2028a95c authored by Tony Lindgren's avatar Tony Lindgren

I2C: Change error to warning for twl4030 clock init

Change error to warning for twl4030 clock init
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 0d81cf7e
......@@ -677,7 +677,7 @@ static int power_companion_init(void)
else
osc = clk_get(NULL, "osc_sys_ck");
if (IS_ERR(osc)) {
printk(KERN_ERR "Skipping twl3040 internal clock init and "
printk(KERN_WARNING "Skipping twl3040 internal clock init and "
"using bootloader value (unknown osc rate)\n");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment