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

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

Merge "USB: u_data_ipa: Fix pm_runtime usage count in case of error"

parents fc7780d2 94cd6c19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -402,6 +402,7 @@ static void ipa_data_connect_work(struct work_struct *w)

	if (!port->port_usb) {
		spin_unlock_irqrestore(&port->port_lock, flags);
		usb_gadget_autopm_put_async(port->gadget);
		pr_err("%s(): port_usb is NULL.\n", __func__);
		return;
	}