commit | f949078302594b2f68aa8b4f94dae540d9b66d2c | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Fri Sep 28 15:21:50 2018 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Fri Sep 28 15:27:33 2018 -0700 |
tree | cbf64dec054019352a4559f620c78252ce05619d | |
parent | c6eb4af39fcfd8adbe3ed9d7ee39be17a4b9a611 [diff] |
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>