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

Commit 6c30d1cf 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: Update USB IPA consumer pipe index"

parents af7ff028 cc3a1ee1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -574,7 +574,6 @@ static void bam2bam_data_connect_work(struct work_struct *w)
		}

		d_port->ipa_consumer_ep = d->ipa_params.ipa_cons_ep_idx;
		d_port->ipa_producer_ep = d->ipa_params.ipa_prod_ep_idx;

		if (gadget_is_dwc3(gadget)) {
			u8 idx;
@@ -614,6 +613,12 @@ static void bam2bam_data_connect_work(struct work_struct *w)
				__func__, ret);
			return;
		}

		d_port->ipa_producer_ep = d->ipa_params.ipa_prod_ep_idx;
		pr_debug("%s(): ipa_producer_ep:%d ipa_consumer_ep:%d\n",
				__func__, d_port->ipa_producer_ep,
				d_port->ipa_consumer_ep);

		if (gadget_is_dwc3(gadget)) {
			u8 idx;