aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/apm
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2017-08-29 22:15:16 +0300
committerDavid S. Miller <davem@davemloft.net>2017-08-29 16:07:23 -0700
commite7562597b46d099a78d45c781ee8d1a7a93c53f1 (patch)
treea214f38a0e75cf1cb38f50c6c71d07195f0fea80 /drivers/net/ethernet/apm
parentMerge branch 'aquantia-fixes' (diff)
downloadlinux-dev-e7562597b46d099a78d45c781ee8d1a7a93c53f1.tar.xz
linux-dev-e7562597b46d099a78d45c781ee8d1a7a93c53f1.zip
nfp: double free on error in probe
Both the nfp_net_pf_app_start() and the nfp_net_pci_probe() functions call nfp_net_pf_app_stop_ctrl(pf) so there is a double free. The free should be done from the probe function because it's allocated there so I have removed the call from nfp_net_pf_app_start(). Fixes: 02082701b974 ("nfp: create control vNICs and wire up rx/tx") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/apm')
0 files changed, 0 insertions, 0 deletions