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:
187b518
)
[IPV4] fib_trie: fib_insert_node cleanup
author
Stephen Hemminger
<stephen.hemminger@vyatta.com>
Sun, 13 Jan 2008 04:57:07 +0000
(20:57 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:01:54 +0000
(15:01 -0800)
The only error from fib_insert_node is if memory allocation fails, so
instead of passing by reference, just use the convention of returning
NULL.
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found