From: David Miller <davem@davemloft.net> Date: 2008-01-13 04:57:25
From: Stephen Hemminger <redacted>
Date: Fri, 11 Jan 2008 22:45:19 -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 <redacted>
I'd be a hypocrite if I didn't apply this one :-)
Applied, thanks.