aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-tegra-xusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pinctrl/pinctrl-tegra-xusb.c')
-rw-r--r--drivers/pinctrl/pinctrl-tegra-xusb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra-xusb.c b/drivers/pinctrl/pinctrl-tegra-xusb.c
index 1631ec94fb02..a84299b922c8 100644
--- a/drivers/pinctrl/pinctrl-tegra-xusb.c
+++ b/drivers/pinctrl/pinctrl-tegra-xusb.c
@@ -910,7 +910,7 @@ static int tegra_xusb_padctl_probe(struct platform_device *pdev)
910 goto reset; 910 goto reset;
911 } 911 }
912 912
913 phy = devm_phy_create(&pdev->dev, NULL, &pcie_phy_ops, NULL); 913 phy = devm_phy_create(&pdev->dev, NULL, &pcie_phy_ops);
914 if (IS_ERR(phy)) { 914 if (IS_ERR(phy)) {
915 err = PTR_ERR(phy); 915 err = PTR_ERR(phy);
916 goto unregister; 916 goto unregister;
@@ -919,7 +919,7 @@ static int tegra_xusb_padctl_probe(struct platform_device *pdev)
919 padctl->phys[TEGRA_XUSB_PADCTL_PCIE] = phy; 919 padctl->phys[TEGRA_XUSB_PADCTL_PCIE] = phy;
920 phy_set_drvdata(phy, padctl); 920 phy_set_drvdata(phy, padctl);
921 921
922 phy = devm_phy_create(&pdev->dev, NULL, &sata_phy_ops, NULL); 922 phy = devm_phy_create(&pdev->dev, NULL, &sata_phy_ops);
923 if (IS_ERR(phy)) { 923 if (IS_ERR(phy)) {
924 err = PTR_ERR(phy); 924 err = PTR_ERR(phy);
925 goto unregister; 925 goto unregister;