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

Commit 9dd73e37 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: remove unnecessary pm_runtime call"

parents eb86e069 bc3c4040
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -813,8 +813,6 @@ static void _usb_bam_suspend_core(enum usb_ctrl bam_type, bool disconnect)
	spin_lock(&usb_bam_ipa_handshake_info_lock);
	info[bam_type].lpm_wait_handshake = false;
	info[bam_type].lpm_wait_pipes = 0;
	if (disconnect)
		pm_runtime_put_noidle(usb_device);

	if (info[bam_type].pending_lpm) {
		info[bam_type].pending_lpm = 0;