Skip to content
Commit 3948b6f2 authored by Tejun Heo's avatar Tejun Heo
Browse files

libata: fix unbalanced spin_lock_irqsave/spin_unlock_irq() in ata_scsi_park_show()



ata_scsi_park_show() was pairing spin_lock_irqsave() with
spin_unlock_irq().  As the function is always called with irq enabled,
it didn't actually break anything.  Use spin_lock_irq() instead.

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Cc: Elias Oltmanns <eo@nebensachen.de>
parent a2127e40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment