]> Pileus Git - ~andy/linux/commitdiff
ixgbevf: Remove unneeded and obsolete comment
authorGreg Rose <gregory.v.rose@intel.com>
Tue, 6 Nov 2012 05:31:00 +0000 (05:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 15 Nov 2012 14:22:57 +0000 (06:22 -0800)
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>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c

index 57ae5cdd6416df7e484a2b3ce3900f7986a4d90b..a52b14e6fa3ac25ad17fc7814298bc032bef8fe8 100644 (file)
@@ -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);