]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Release semaphore bits in the right order
authorMark Rustad <mark.d.rustad@intel.com>
Fri, 10 Apr 2015 17:36:31 +0000 (10:36 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:23 +0000 (08:00 -0700)
commit88a91ee5791f3e2c700e2085a49bc5525eb4a6ca
tree4725df4bf7583b3b21b9f1fcb25a958e48269a79
parent0c9e374e8e997a253512ae72b67e0d9ae70154ac
ixgbe: Release semaphore bits in the right order

Orabug: 21669416

The global semaphore bits should be released in the reverse of the
order that they were taken, so correct that.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit cb2effe54045b61d7cc6e8d3fa4ed49a6253b7fd)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c