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

Commit b3348636 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: bam: Fix missing spin_unlock in sps events timer handler"

parents 238a1258 9a91f420
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2656,6 +2656,7 @@ static void usb_bam_sps_events(enum sps_callback_case sps_cb_case, void *user)
		if (bam < 0 || bam >= MAX_BAMS) {
			pr_err("%s: Invalid bam, type=%d ,name=%s\n",
				__func__, bam, (char *)user);
			spin_unlock(&ctx->usb_bam_lock);
			return;
		}
		ctx = &msm_usb_bam[bam];