projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2724680
)
net: Use IS_ERR_OR_NULL().
author
YOSHIFUJI Hideaki / 吉藤英明
<yoshfuji@linux-ipv6.org>
Tue, 22 Jan 2013 06:32:44 +0000
(06:32 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 22 Jan 2013 19:28:28 +0000
(14:28 -0500)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/flow.c
patch
|
blob
|
history
diff --git
a/net/core/flow.c
b/net/core/flow.c
index
b0901ee
..
43f7495
100644
(file)
--- a/
net/core/flow.c
+++ b/
net/core/flow.c
@@
-286,7
+286,7
@@
nocache:
else
fle->genid--;
} else {
- if (
flo && !IS_ERR
(flo))
+ if (
!IS_ERR_OR_NULL
(flo))
flo->ops->delete(flo);
}
ret_object: