commit | 338be07233813d5be8f44d393d6c16f631c3254d | [log] [tgz] |
---|---|---|
author | Quentin Lambert <lambert.quentin@gmail.com> | Sat Nov 19 18:42:14 2016 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Nov 30 11:36:31 2016 -0500 |
tree | ce106ba7e9756f86ed5d1c7c3a93534de1436eb4 | |
parent | 11f7b1844ac01d0298aad6a0ec2591bef4a1c3a2 [diff] |
scsi: cxgb4i: Add a missing call to neigh_release Most error branches following the call to dst_neigh_lookup contain a call to neigh_release. This patch add these calls where they are missing. This issue was found with Hector. Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com> Acked-by: Varun Prakash <varun@chelsio.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>