mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 00:32:38 +00:00
ixgbevf: Remove unneeded and obsolete comment
Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Tested-by: Sibai Li <sibai.li@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
dee847f58f
commit
3938d3c8fd
@ -1681,13 +1681,6 @@ void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter)
|
||||
while (test_and_set_bit(__IXGBEVF_RESETTING, &adapter->state))
|
||||
msleep(1);
|
||||
|
||||
/*
|
||||
* Check if PF is up before re-init. If not then skip until
|
||||
* later when the PF is up and ready to service requests from
|
||||
* the VF via mailbox. If the VF is up and running then the
|
||||
* watchdog task will continue to schedule reset tasks until
|
||||
* the PF is up and running.
|
||||
*/
|
||||
ixgbevf_down(adapter);
|
||||
ixgbevf_up(adapter);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user