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

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

Merge "USB: gadget: u_bam: Update IPA ep indices to QTI without conditional check"

parents b9778c19 8e688d5f
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -1433,6 +1433,7 @@ static void gbam2bam_connect_work(struct work_struct *w)
		configure_data_fifo(d->usb_bam_type, d->dst_connection_idx,
				    port->port_usb->in, d->dst_pipe_type);
		spin_unlock_irqrestore(&port->port_lock_dl, flags);
	}

	gqti_ctrl_update_ipa_pipes(port->port_usb, port->port_num,
					d->ipa_params.ipa_prod_ep_idx ,
@@ -1447,7 +1448,6 @@ static void gbam2bam_connect_work(struct work_struct *w)
		pr_err("%s:teth_bridge_connect() failed\n", __func__);
		return;
	}
	}

	spin_lock_irqsave(&port->port_lock, flags);
	if (!port->port_usb) {