]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: initiate card-specific work atomically
authorBrian Norris <briannorris@chromium.org>
Mon, 1 May 2017 19:36:59 +0000 (12:36 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 18 May 2017 13:39:36 +0000 (16:39 +0300)
commit21f569af9ab3608382482166ae9aba802b097e3f
tree44297576b4af2fa52f4507eb1291a4c98cb410de
parent83625a40165a01655db017fcc871c30e81e56ab4
mwifiex: initiate card-specific work atomically

The non-atomic test + set is a little awkward here, and it technically
means we might double-schedule work unnecessarily. AFAICT, this is not
really a problem, since the extra "work" will be a no-op (the flag(s)
will be cleared by then), but it's still an anti-pattern.

Rewrite this to use the atomic test_and_set_bit() helper instead.

Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/pcie.c
drivers/net/wireless/marvell/mwifiex/sdio.c