git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1fcbaa
)
net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
author
Duan Jiong
<duanj.fnst@cn.fujitsu.com>
Wed, 6 Nov 2013 07:58:13 +0000
(15:58 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 7 Nov 2013 08:01:59 +0000
(
03:01
-0500)
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>
No differences found