commit | 6d6c30973b62f1979e39f5e768b3b31c6dc81c4e | [log] [tgz] |
---|---|---|
author | Sebastian Reichel <sre@kernel.org> | Sat Jun 18 00:55:22 2016 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Jun 28 00:37:58 2016 +0200 |
tree | 66af0939f8d48fdbdc0841af1fcc00b84a904014 | |
parent | b6616be32412a4c9a0f04aec247d2760fcad8cfd [diff] |
HSI: ssi_protocol: avoid ssi_waketest call with held spinlock This avoids calling ssi_waketest(), while a spinlock is being hold, since ssi_waketest may sleep once irq_safe runtime pm is disabled. Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-by: Pavel Machek <pavel@ucw.cz>