diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2020-11-02 00:15:34 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-11-07 18:52:23 +0300 |
commit | abcda807d8681923fd7b79ea08b78f684e6cb570 (patch) | |
tree | 13a38c50a6bb2c53b201cbe0aa375023103f564c /drivers/net/wireless/ralink/rt2x00/rt2800lib.c | |
parent | 7534fd5e58349d74550ba7e7d492e415c3ed9368 (diff) | |
download | linux-abcda807d8681923fd7b79ea08b78f684e6cb570.tar.xz |
zd1211rw: Remove in_atomic() usage.
The usage of in_atomic() in driver code is deprecated as it can not
always detect all states where it is not allowed to sleep.
All callers are in premptible thread context and all functions invoke core
functions which have checks for invalid calling contexts already.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Ulrich Kunitz <kune@deine-taler.de>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20201101211536.2966644-7-bigeasy@linutronix.de
Diffstat (limited to 'drivers/net/wireless/ralink/rt2x00/rt2800lib.c')
0 files changed, 0 insertions, 0 deletions