commit | fe5fb42de36227c1c2dbb1e7403329ec8a915c20 | [log] [tgz] |
---|---|---|
author | John Garry <john.garry@huawei.com> | Tue Oct 16 23:00:36 2018 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Oct 16 17:50:49 2018 -0400 |
tree | 30ea9037a07d1a7f104ae610804f69337814aee8 | |
parent | abaf75dd610ccfe1d085cb17061ac8862aabd2ea [diff] |
scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw() Currently a spin_unlock_irqrestore() call is missing on the error path, so add it. Reported-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>