commit | c5bbcb5822b25c9f738db98e6d6ad2506cab8136 | [log] [tgz] |
---|---|---|
author | Anish Bhatt <anish@chelsio.com> | Tue Oct 14 20:07:24 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 15 00:28:59 2014 -0400 |
tree | c89d5539712b1ae3ebe8425d52aab10ff3d9e17d | |
parent | f42bb57c61fd21fb7e30a2b99dbeb1671666bc47 [diff] |
cxgb4i: Remove duplicate call to dst_neigh_lookup() There is an extra call to dst_neigh_lookup() leftover in cxgb4i that can cause an unreleased refcnt issue. Remove extraneous call. Signed-off-by: Anish Bhatt <anish@chelsio.com> Fixes : 759a0cc5a3e1b ('cxgb4i: Add ipv6 code to driver, call into libcxgbi ipv6 api') Signed-off-by: David S. Miller <davem@davemloft.net>