commit | fc0ae24386142299db14dfea7f32a20022d94d90 | [log] [tgz] |
---|---|---|
author | Mark A. Greer <mgreer@animalcreek.com> | Tue Sep 23 11:25:48 2014 -0700 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Wed Sep 24 00:28:23 2014 +0200 |
tree | bfa9a5712f931fd34d1a94e687de48a0942aff91 | |
parent | b9e3016a5369839bf923c8d2bec9d1552e50f3f3 [diff] |
NFC: trf7970a: Unlock mutex before exiting _trf7970a_tg_listen() The recently added _trf7970a_tg_listen() routine has some return paths that don't unlock the mutex that is locked when the routine is entered. Fix this by always unlocking the mutex before returning. Signed-off-by: Mark A. Greer <mgreer@animalcreek.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>