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

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

Merge "usb: usb_bam: set pipe_connect->enabled status to false"

parents 61efb585 232fee71
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -929,6 +929,8 @@ static int usb_bam_disconnect_ipa_prod(
				  __func__);
			return ret;
		}

		pipe_connect->enabled = false;
	}
	info[cur_bam].prod_pipes_enabled_per_bam -= 1;

@@ -977,6 +979,8 @@ static int usb_bam_disconnect_ipa_cons(
					__func__);
			return ret;
		}

		pipe_connect->enabled = false;
	}

	pipe_connect->ipa_clnt_hdl = -1;