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

Commit e3e46764 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: Skip IPA initialization if not enabled"

parents 746850d4 d01439a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3316,6 +3316,7 @@ static int usb_bam_probe(struct platform_device *pdev)
		return ret;
	}
	spin_lock_init(&usb_bam_ipa_handshake_info_lock);
	if (ipa_is_ready())
		usb_bam_ipa_create_resources();
	spin_lock_init(&usb_bam_lock);
	probe_finished = true;