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

Commit 8d4415d5 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: f_gsi: Store the return value of ipa_suspend_work_handler()"

parents 2973439f 5ea80d0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -764,7 +764,7 @@ static void ipa_work_handler(struct work_struct *w)
				pr_debug("%s: STATE DISCONNECTED", __func__);
				break;
			}
			ipa_suspend_work_handler(d_port);
			ret = ipa_suspend_work_handler(d_port);
			if (!ret)
				usb_gadget_autopm_put_async(d_port->gadget);
		} else if (event == EVT_CONNECTED) {