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

Commit 1abb0de2 authored by Ron Mercer's avatar Ron Mercer Committed by David S. Miller
Browse files

qlge: bugfix: Get rid of errant spin_unlock().

parent 00acd0d2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3299,7 +3299,6 @@ static int ql_adapter_up(struct ql_adapter *qdev)
	err = ql_adapter_initialize(qdev);
	if (err) {
		QPRINTK(qdev, IFUP, INFO, "Unable to initialize adapter.\n");
		spin_unlock(&qdev->hw_lock);
		goto err_init;
	}
	set_bit(QL_ADAPTER_UP, &qdev->flags);