mbox series

[0/2] phy: qcom-qmp: fix init-count imbalance

Message ID 20230502103810.12061-1-johan+linaro@kernel.org
Headers show
Series phy: qcom-qmp: fix init-count imbalance | expand

Message

Johan Hovold May 2, 2023, 10:38 a.m. UTC
Two of the dedicated QMP PHY drivers suffer from a long-standing bug in
the common-block initialisation code.

Johan


Johan Hovold (2):
  phy: qcom-qmp-combo: fix init-count imbalance
  phy: qcom-qmp-pcie-msm8996: fix init-count imbalance

 drivers/phy/qualcomm/phy-qcom-qmp-combo.c        | 5 +++--
 drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

Comments

Vinod Koul May 8, 2023, 9:09 a.m. UTC | #1
On 02-05-23, 12:38, Johan Hovold wrote:
> Two of the dedicated QMP PHY drivers suffer from a long-standing bug in
> the common-block initialisation code.

Applied, thanks