commit | 866dcb9d57fcad11c2647a154b2b246ac10d0795 | [log] [tgz] |
---|---|---|
author | Sebastian Reichel <sre@kernel.org> | Sat Jun 18 00:57:20 2016 +0200 |
committer | Sebastian Reichel <sre@kernel.org> | Tue Jun 28 00:38:32 2016 +0200 |
tree | 217d1202616b7056802609b36ffefd0434b75860 | |
parent | 6d6c30973b62f1979e39f5e768b3b31c6dc81c4e [diff] |
HSI: ssi_protocol: replace spin_lock with spin_lock_bh To avoid setting irq_safe runtime pm flag in omap-ssi, multiple calls will be moved to process context. This also affects ssi-protocol, so use the safer spin_lock_bh instead of a simple spin_lock. Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-by: Pavel Machek <pavel@ucw.cz>