]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5561caf9c9f5358cd0cfdf8bb50f6bafa5757f37
treec89d5539712b1ae3ebe8425d52aab10ff3d9e17d
parent9d75ccdc4bf56e19e36dc3a0d7f73cfa81cf11aa
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 : 6719cfb004fcb ('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