diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2020-06-24 14:35:41 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-22 10:33:15 +0300 |
commit | 0ab6b541c6f86541e3c4c4c14ac6a5fcae4b48eb (patch) | |
tree | 7e28c5f801ce6e66ba461c7b205563f1e4b5ffb7 /scripts/gdb/linux/utils.py | |
parent | 746930d17d14a6f9876039ed3840ff8f0af76854 (diff) | |
download | linux-0ab6b541c6f86541e3c4c4c14ac6a5fcae4b48eb.tar.xz |
misc: atmel-ssc: lock with mutex instead of spinlock
commit b037d60a3b1d1227609fd858fa34321f41829911 upstream.
Uninterruptible context is not needed in the driver and causes lockdep
warning because of mutex taken in of_alias_get_id(). Convert the lock to
mutex to avoid the issue.
Cc: stable@vger.kernel.org
Fixes: 099343c64e16 ("ARM: at91: atmel-ssc: add device tree support")
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Link: https://lore.kernel.org/r/50f0d7fa107f318296afb49477c3571e4d6978c5.1592998403.git.mirq-linux@rere.qmqm.pl
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions