Commit 4c4935a9 authored by Vasily Averin's avatar Vasily Averin Committed by Jeff Kirsher

i40e: rtnl_lock called twice in i40e_pci_error_resume()

Signed-off-by: default avatarVasily Averin <vvs@virtuozzo.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent f2a1c368
......@@ -10537,7 +10537,7 @@ static void i40e_pci_error_resume(struct pci_dev *pdev)
rtnl_lock();
i40e_handle_reset_warning(pf);
rtnl_lock();
rtnl_unlock();
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment