mtip32xx: Use plain spinlock for 'cmd_issue_lock'
authorAsai Thambi S P <asamymuthupa@micron.com>
Wed, 30 May 2012 01:43:16 +0000 (18:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 May 2012 06:46:50 +0000 (08:46 +0200)
'cmd_issue_lock' is for only acquiring a free slot, and it is not used
in interrupt context. So replaced irq version with non-irq version of spinlock.

Signed-off-by: Asai Thambi S P <asamymuthupa@micron.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found