diff options
author | Stephen M. Cameron <stephenmcameron@gmail.com> | 2014-11-15 00:27:29 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 09:11:27 +0100 |
commit | 4c413128a6ff3af013bd1d82860a7ee60f93fb28 (patch) | |
tree | 24f139f6e806b5942134bf02a1b3fa43d0777c93 /drivers/regulator | |
parent | hpsa: always call pci_set_master after pci_enable_device (diff) | |
download | linux-4c413128a6ff3af013bd1d82860a7ee60f93fb28.tar.xz linux-4c413128a6ff3af013bd1d82860a7ee60f93fb28.zip |
hpsa: remove spin lock around command allocation
It is already using atomic test_and_set_bit to do the
allocation.
There is some microscopic chance of starvation, but it is
so microscopic that it should never happen in reality.
Signed-off-by: Don Brace <don.brace@pmcs.com>
Reviewed-by: Webb Scales <webbnh@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions