commit | 39bade0c9fb11e04945a5749e01e65a376e4eb02 | [log] [tgz] |
---|---|---|
author | Xiang Chen <chenxiang66@hisilicon.com> | Sat Dec 09 01:16:32 2017 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Thu Dec 14 21:25:02 2017 -0500 |
tree | 4e14ea46dea0816055ebb22c5a5082f92f77ded5 | |
parent | ed123b6e474039483ffdb0a621184e3c3b4f9bce [diff] |
scsi: hisi_sas: initialize dq spinlock before use It is required to initialize the dq spinlock before use, which was not being done, so fix it. This issue can be detected when CONFIG_DEBUG_SPINLOCK is enabled. Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>