commit | c51ad34e542606854d0545533329e916689599ba | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sat Sep 08 21:19:44 2012 +0800 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Tue Sep 25 00:17:26 2012 +0200 |
tree | b75b57bf14c63014d427fe790fbea134154893f9 | |
parent | d6650a2ccfdcf536841c2f880a1a6f19fce2e3a1 [diff] |
NFC: Move the pn544_hci dereference below the NULL test The dereference should be moved below the NULL test. spatch with a semantic match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>