commit | 05cf97e7a619fc7ede81ee6bb8ebfa7531b633f5 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Fri Sep 22 01:01:11 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 23 17:04:27 2017 -0700 |
tree | 989993fbb9153d5456e4b0d3390161c5b67599e2 | |
parent | cd4175b11685b11c40e31a03e05084cc212b0649 [diff] |
cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()' All the error handling paths 'goto error', except this one. We should also go to error in this case, or some resources will be leaking. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>