commit | b232a70a1735c004f9ee6fdf363def527b9234b6 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Sep 10 12:41:15 2012 +0800 |
committer | Wim Van Sebroeck <wim@iguana.be> | Mon Sep 10 17:33:17 2012 +0200 |
tree | 7c0ece61c982e452206d40fb2ffb8d22c22632ea | |
parent | 308b135e4fcc00c80c07e0e04e7afa8edf78583c [diff] |
watchdog: 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: Wim Van Sebroeck <wim@iguana.be>