]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: rcar: Shut the PHY down in failpath
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 29 Jun 2018 18:47:38 +0000 (13:47 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 29 Jun 2018 18:47:38 +0000 (13:47 -0500)
commit86dd3d538dc6fd2ba03ecae40750c4094cdbfc6b
tree0a7c24053fcf0b64d7ffbec32ef340f49ccb0f2e
parent52c65b5b07b652014c88e65015a8868a9ea59abd
PCI: rcar: Shut the PHY down in failpath

If anything fails past phy_init_fn() and the system is a Gen3 with
a PHY, the PHY will be left on and inited. This is caused by the
phy_init_fn, which is in fact a pointer to rcar_pcie_phy_init_gen3()
function, which starts the PHY, yet has no counterpart in the failpath.
Add that counterpart.

Fixes: 085c3caf2d8c ("PCI: rcar: Add R-Car gen3 PHY support")
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Phil Edworthy <phil.edworthy@renesas.com>
Cc: Wolfram Sang <wsa@the-dreams.de>
drivers/pci/controller/pcie-rcar.c