linux-stable/drivers/nfc/pn533
Michael Thalmeier b31d5103c3 NFC: pn533: handle interrupted commands in pn533_recv_frame
When pn533_recv_frame is called from within abort_command
context the current  dev->cmd is not guaranteed to be set.

Additionally on receiving an error status we can omit frame
checking and simply schedule the workqueue.

Signed-off-by: Michael Thalmeier <michael.thalmeier@hale.at>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2016-05-10 00:01:47 +02:00
..
Kconfig
Makefile
i2c.c NFC: pn533: i2c: do not call pn533_recv_frame with aborted commands 2016-05-09 23:59:47 +02:00
pn533.c NFC: pn533: handle interrupted commands in pn533_recv_frame 2016-05-10 00:01:47 +02:00
pn533.h NFC: pn533: fix order of initialization 2016-05-09 23:59:18 +02:00
usb.c NFC: pn533: fix order of initialization 2016-05-09 23:59:18 +02:00