commit | b31d5103c33280738188c51e226224dff4401c7b | [log] [tgz] |
---|---|---|
author | Michael Thalmeier <michael.thalmeier@hale.at> | Thu Apr 21 16:43:53 2016 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue May 10 00:01:47 2016 +0200 |
tree | d392fab1f463a7b33bd835d9b1d03791c90d0bf3 | |
parent | c952f915ce8567120ffdf12998ad0c945fbc93ac [diff] |
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>