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

Commit 2fd7ea68 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: qc_ecm: Fix bus resume case"

parents bf3e5e0b 1ec11f55
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -498,6 +498,7 @@ static int ecm_qc_bam_disconnect(struct f_ecm_qc *dev)
	pr_debug("%s: dev:%p. Disconnect BAM.\n", __func__, dev);

	bam_data_disconnect(&dev->bam_port, 0);
	__ecm->ecm_mdm_ready_trigger = false;

	return 0;
}