commit | 566f26aa705609d05940289036ab914c8a3be707 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Sep 09 18:38:27 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 10 16:13:31 2012 -0400 |
tree | fd0e25a88a89efa8b881ee57efcd1c9d8b92881a | |
parent | 2120c52da6fe741454a60644018ad2a6abd957ac [diff] |
caif: 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: David S. Miller <davem@davemloft.net>