commit | 5e1b887fa2d6e21995e7f9f55ab256cc8bae4a66 | [log] [tgz] |
---|---|---|
author | Valentina Manea <valentina.manea.m@gmail.com> | Wed Oct 23 10:30:19 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 26 20:23:53 2013 -0700 |
tree | a7b9bc569d9f9e557ca91a8c61cffb0e0c4681d9 | |
parent | ac0a28719491390c7f21a43217a3eda578723c41 [diff] |
staging: lustre: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO This patch fixes coccinelle error regarding usage of IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Reviewed-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>