mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
f340ed8664
The otg sync state patch reuses the ret variable, but fails to set it to
zero after use. This leads to a situation when the otg port is in
peripheral mode where the otg phy aborts halfway through setup. It also
fails to account for a failure to register the extcon notifier. Fix this
by using our own variable and skipping otg sync in case of failure.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
phy-rockchip-dp.c | ||
phy-rockchip-dphy-rx0.c | ||
phy-rockchip-emmc.c | ||
phy-rockchip-inno-csidphy.c | ||
phy-rockchip-inno-dsidphy.c | ||
phy-rockchip-inno-hdmi.c | ||
phy-rockchip-inno-usb2.c | ||
phy-rockchip-naneng-combphy.c | ||
phy-rockchip-pcie.c | ||
phy-rockchip-snps-pcie3.c | ||
phy-rockchip-typec.c | ||
phy-rockchip-usb.c |