commit | 609234e3b6d69315b5cd511b66435d733204e779 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Sep 07 14:56:28 2012 +0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Sep 17 18:04:14 2012 -0700 |
tree | 71392235a49bd895f77ddef9ff268780309cd173 | |
parent | 7875f179085608c659b676be74d33a2e515d8f43 [diff] |
target: 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: Nicholas Bellinger <nab@linux-iscsi.org>