android_kernel_xiaomi_sm8450/drivers/nfc
Szymon Janc 60ad07ab6b NFC: pn533: Fix missing lock while operating on commands list
In pn533_wq_cmd command was removed from list without cmd_lock held
(race with pn533_send_cmd_frame_async) which could lead to list
corruption. Delete command from list before releasing lock.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-11-20 00:09:25 +01:00
..
Kconfig NFC: Remove the pn544 raw driver 2012-09-25 00:17:27 +02:00
Makefile NFC: Remove the pn544 raw driver 2012-09-25 00:17:27 +02:00
nfcwilink.c NFC: Move the nfcwilink dereference below the NULL test 2012-09-25 00:17:26 +02:00
pn533.c NFC: pn533: Fix missing lock while operating on commands list 2012-11-20 00:09:25 +01:00
pn544_hci.c NFC: xmit from hci ops must return 0 or negative 2012-09-25 00:17:27 +02:00