Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77678d3a authored by Don Brace's avatar Don Brace Committed by James Bottomley
Browse files

hpsa: Correct double unlock of mutex

parent 5aeeb78a
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2751,7 +2751,6 @@ static int hpsa_do_reset(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev,
	if (unlikely(lockup_detected(h))) {
		dev_warn(&h->pdev->dev,
			 "Controller lockup detected during reset wait\n");
			mutex_unlock(&h->reset_mutex);
		rc = -ENODEV;
	}