On 8/18/16 11:19 AM, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > Fixes following sparse errors : > > net/ipv4/fib_semantics.c:1579:61: warning: incorrect type in argument 2 > (different base types) > net/ipv4/fib_semantics.c:1579:61: expected unsigned int [unsigned] > [usertype] key > net/ipv4/fib_semantics.c:1579:61: got restricted __be32 const > [usertype] nh_gw > > > Fixes: a6db4494d218c ("net: ipv4: Consider failed nexthops in multipath > routes") > Signed-off-by: Eric Dumazet <eduma...@google.com> > --- > net/ipv4/fib_semantics.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-)
Acked-by: David Ahern <d...@cumulusnetworks.com> Thanks, Eric.