commit | 940da353a83e895ea600cb8ab17dceefb1bcb469 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Wed Feb 27 17:05:46 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 27 19:10:23 2013 -0800 |
tree | 233e9a0879f7c5b193ceb5dd32b92162c7ea8866 | |
parent | 507063b2a435b24951bce8e1f67ab65cda490f1b [diff] |
memstick: 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> Cc: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>