commit | 188c517a050ec5b123e72cab76ea213721e5bd9d | [log] [tgz] |
---|---|---|
author | Lin Ming <mlin@ss.pku.edu.cn> | Tue Sep 25 15:17:07 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 28 18:48:28 2012 -0400 |
tree | ac2c7777a1e61f45e803ec5d0e038ecfc5b77343 | |
parent | 24cad1b4ce9e9da6ec22cfc9361bbbe0ba4f80cc [diff] |
ipv6: return errno pointers consistently for fib6_add_1() fib6_add_1() should consistently return errno pointers, rather than a mixture of NULL and errno pointers. Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn> Signed-off-by: David S. Miller <davem@davemloft.net>