OSDN Git Service

bus: ti-sysc: Fix no_console_suspend handling
authorTony Lindgren <tony@atomide.com>
Wed, 8 Aug 2018 08:07:06 +0000 (01:07 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 22 Aug 2018 15:04:49 +0000 (08:04 -0700)
commit4f3530f4a41d49c41015020cd9a5ed5c95b5d2db
tree59a888b824dec46ebf3a5b3018044458b02fd352
parent0ef8e3bb974af56346b34393e643d491d9141c66
bus: ti-sysc: Fix no_console_suspend handling

If no_console_suspend is set, we should keep console enabled during suspend.
Lets fix this by only producing a warning if we can't idle hardware during
suspend.

Fixes: ef55f8215a78 ("bus: ti-sysc: Improve suspend and resume handling")
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c