Re: [PATCH net] libcxgb: fix error check for ip6_route_output()
From: Varun Prakash Date: Tue, 3 Jan 2017 21:25:48 +0530 > ip6_route_output() never returns NULL so > check dst->error instead of !dst. > > Signed-off-by: Varun Prakash Applied, thanks.
[PATCH net] libcxgb: fix error check for ip6_route_output()
ip6_route_output() never returns NULL so check dst->error instead of !dst. Signed-off-by: Varun Prakash --- drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm.c b/driv