OSDN Git Service

bus: ti-sysc: Make some warnings debug only
authorTony Lindgren <tony@atomide.com>
Fri, 28 Sep 2018 22:21:50 +0000 (15:21 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 28 Sep 2018 22:27:33 +0000 (15:27 -0700)
commitf949078302594b2f68aa8b4f94dae540d9b66d2c
treecbf64dec054019352a4559f620c78252ce05619d
parentc6eb4af39fcfd8adbe3ed9d7ee39be17a4b9a611
bus: ti-sysc: Make some warnings debug only

We're currently warning about busy children on suspend in
sysc_child_suspend_noirq() but the legacy code omap_device does
not do that. Let's just make it dev_dbg() instead of dev_warn().

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c