]> Pileus Git - ~andy/linux/commit
ixgbevf: Remove mailbox spinlock from the reset function
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 2 Nov 2012 05:50:52 +0000 (05:50 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 15 Nov 2012 14:08:54 +0000 (06:08 -0800)
commit31571757a4a595cce247d114eca8cbda86d59460
tree402579e502ca833e344892695d340f4435cc53b6
parent92fe0bf7d0169a8a077e76e387d939d974ee3745
ixgbevf: Remove mailbox spinlock from the reset function

The spinlocks are not required during reset.  There won't be any
contention for the mailbox resource.

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