wl3501_cs: Add spinlock to wl3501_reset
authorPavel Andrianov <andrianov@ispras.ru>
Tue, 2 Aug 2016 09:41:53 +0000 (12:41 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 3 Sep 2016 10:01:18 +0000 (13:01 +0300)
commitbd6b0242652a8a284eed2adec5ac1fc043b8f2ef
tree27ebd6c1668fd09df467db60337e43752112d7e5
parentb0d80f19c14fc5752e806860fe2c702448f5b442
wl3501_cs: Add spinlock to wl3501_reset

Likely wl3501_reset should acquire spinlock as wl3501_{open, close}.
One of calls of wl3501_reset has been already protected.
The others were unprotected and might lead to a race condition.
The patch adds spinlock into the wl3501_reset and removes it from
wl3501_tx_timeout.

Found by Linux Driver Verification project (linuxtesting.org)

Signed-off-by: Pavel Andrianov <andrianov@ispras.ru>
Acked-by: Vaishali Thakkar <vaishali.thakkar@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/wl3501_cs.c