]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7cdee809facfb9dd95b9eed9cde589b34ad1a1a
treecbf64dec054019352a4559f620c78252ce05619d
parenta535a9ed7fe7e2846664a6704c7960c1a5275466
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