commit | 36a45e741783629e2c9039da51b95f637d56f875 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Sep 10 12:49:57 2012 +0800 |
committer | Tony Luck <tony.luck@intel.com> | Mon Sep 10 14:31:23 2012 -0700 |
tree | 68d103b717f4d17a98e838822f08ca1d3c96133e | |
parent | 7cd10a60c3d0db95bc94073587725adc6c813cc3 [diff] |
[IA64] kexec: 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: Tony Luck <tony.luck@intel.com>