commit | 0af764e3f79afe7c758856a2a9376e8ee4f812d7 | [log] [tgz] |
---|---|---|
author | Duan Jiong <duanj.fnst@cn.fujitsu.com> | Fri Apr 11 16:37:37 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 12 01:59:38 2014 -0400 |
tree | ea907415103d1ab891a4fa50e90ed043dd94b65e | |
parent | a36dbdb28ea21cd3e5ccd8eeaf6a60fe4bc9399a [diff] |
net/apne: 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: Duan Jiong <duanj.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>