[PATCH] scsi: dpt_i2o: Drop redundant spinlock initialization

Haowen Bai posted 1 patch 3 years, 12 months ago
drivers/scsi/dpt_i2o.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] scsi: dpt_i2o: Drop redundant spinlock initialization
Posted by Haowen Bai 3 years, 12 months ago
adpt_post_wait_lock has declared and initialized by DEFINE_SPINLOCK,
so we don't need to spin_lock_init again, drop it.

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
---
 drivers/scsi/dpt_i2o.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c
index 93227c04ef59..2e9155ba7408 100644
--- a/drivers/scsi/dpt_i2o.c
+++ b/drivers/scsi/dpt_i2o.c
@@ -1000,7 +1000,6 @@ static int adpt_install_hba(struct scsi_host_template* sht, struct pci_dev* pDev
 
 	// Initializing the spinlocks
 	spin_lock_init(&pHba->state_lock);
-	spin_lock_init(&adpt_post_wait_lock);
 
 	if(raptorFlag == 0){
 		printk(KERN_INFO "Adaptec I2O RAID controller"
-- 
2.7.4
Re: [PATCH] scsi: dpt_i2o: Drop redundant spinlock initialization
Posted by Martin K. Petersen 3 years, 11 months ago
On Tue, 10 May 2022 17:47:03 +0800, Haowen Bai wrote:

> adpt_post_wait_lock has declared and initialized by DEFINE_SPINLOCK,
> so we don't need to spin_lock_init again, drop it.
> 
> 

Applied to 5.19/scsi-queue, thanks!

[1/1] scsi: dpt_i2o: Drop redundant spinlock initialization
      https://git.kernel.org/mkp/scsi/c/91fdd0788878

-- 
Martin K. Petersen	Oracle Linux Engineering