commit | 7875f179085608c659b676be74d33a2e515d8f43 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Sep 07 14:55:32 2012 +0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Sep 17 18:04:09 2012 -0700 |
tree | 163cadd0a5f103a0adcc6d1dcdc13658a0c8480e | |
parent | d81cb44726f050d7cf1be4afd9cb45d153b52066 [diff] |
tcm_fc: 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>