cxgb4i: Remove duplicate call to dst_neigh_lookup()
authorAnish Bhatt <anish@chelsio.com>
Wed, 15 Oct 2014 03:07:24 +0000 (20:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Oct 2014 04:28:59 +0000 (00:28 -0400)
commitc5bbcb5822b25c9f738db98e6d6ad2506cab8136
treec89d5539712b1ae3ebe8425d52aab10ff3d9e17d
parentf42bb57c61fd21fb7e30a2b99dbeb1671666bc47
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>
drivers/scsi/cxgbi/cxgb4i/cxgb4i.c