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

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

Merge "USB: gsi: Ring Doorbell to GSI if check for suspend fails" into msm-4.14

parents 1a1d14e6 36c35996
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -539,6 +539,9 @@ static int ipa_suspend_work_handler(struct gsi_data_port *d_port)
	if (!usb_gsi_ep_op(gsi->d_port.in_ep, (void *) &f_suspend,
				GSI_EP_OP_CHECK_FOR_SUSPEND)) {
		ret = -EFAULT;
		block_db = false;
		usb_gsi_ep_op(d_port->in_ep, (void *)&block_db,
			GSI_EP_OP_SET_CLR_BLOCK_DBL);
		goto done;
	}