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

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

Merge "usb: phy: qmp: Fix bug in initialization timeout check"

parents 48cef88b d6ad77a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -405,7 +405,7 @@ static int msm_ssphy_qmp_init(struct usb_phy *uphy)
			usleep(1);
		else
			break;
	} while (init_timeout_usec--);
	} while (--init_timeout_usec);

	if (!init_timeout_usec) {
		dev_err(uphy->dev, "QMP PHY initialization timeout\n");