summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBrian Norris2017-05-01 21:36:59 +0200
committerKalle Valo2017-05-18 15:39:36 +0200
commit21f569af9ab3608382482166ae9aba802b097e3f (patch)
tree44297576b4af2fa52f4507eb1291a4c98cb410de /usr
parentmwifiex: p2p client using same data path as station (diff)
downloadkernel-qcow2-linux-21f569af9ab3608382482166ae9aba802b097e3f.tar.gz
kernel-qcow2-linux-21f569af9ab3608382482166ae9aba802b097e3f.tar.xz
kernel-qcow2-linux-21f569af9ab3608382482166ae9aba802b097e3f.zip
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>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions