mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
2c8045d48d
If clk_prepare_enable() fails we call clk_disable_unprepare()
in the error path what results in a warning that the clock
is disabled and unprepared already.
And if we fail later in phy_g12a_usb3_pcie_probe() then we
bail out w/o calling clk_disable_unprepare().
This patch fixes both errors.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
phy-meson8-hdmi-tx.c | ||
phy-meson8b-usb2.c | ||
phy-meson-axg-mipi-dphy.c | ||
phy-meson-axg-mipi-pcie-analog.c | ||
phy-meson-axg-pcie.c | ||
phy-meson-g12a-usb2.c | ||
phy-meson-g12a-usb3-pcie.c | ||
phy-meson-gxl-usb2.c |