commit | e89a3370b0aaf197016eceefa2e710517c83e445 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Sep 07 14:59:15 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Sep 07 22:02:20 2012 -0700 |
tree | 392759a6c064a07684f91462b6b891b3199ed120 | |
parent | 5da80ee8d863c32719e3431054e26a0ef1a02a51 [diff] |
staging: tidspbridge: move the 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>