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

Commit 9f277664 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: Don't set length for TX endless req for USB2"

parents 3fad6725 9d94ec85
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1423,7 +1423,6 @@ static void gbam2bam_connect_work(struct work_struct *w)
		/* Configure for TX */
		sps_params = (MSM_SPS_MODE | d->dst_pipe_idx |
				MSM_VENDOR_ID) & ~MSM_IS_FINITE_TRANSFER;
		d->tx_req->length = 32*1024;
		d->tx_req->udc_priv = sps_params;

	}