diff options
Diffstat (limited to 'drivers/pinctrl/pinctrl-tegra-xusb.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-tegra-xusb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra-xusb.c b/drivers/pinctrl/pinctrl-tegra-xusb.c index 080ec7723ef2..753d747d4261 100644 --- a/drivers/pinctrl/pinctrl-tegra-xusb.c +++ b/drivers/pinctrl/pinctrl-tegra-xusb.c | |||
@@ -915,7 +915,7 @@ static int tegra_xusb_padctl_probe(struct platform_device *pdev) | |||
915 | goto reset; | 915 | goto reset; |
916 | } | 916 | } |
917 | 917 | ||
918 | phy = devm_phy_create(&pdev->dev, NULL, &pcie_phy_ops, NULL); | 918 | phy = devm_phy_create(&pdev->dev, NULL, &pcie_phy_ops); |
919 | if (IS_ERR(phy)) { | 919 | if (IS_ERR(phy)) { |
920 | err = PTR_ERR(phy); | 920 | err = PTR_ERR(phy); |
921 | goto unregister; | 921 | goto unregister; |
@@ -924,7 +924,7 @@ static int tegra_xusb_padctl_probe(struct platform_device *pdev) | |||
924 | padctl->phys[TEGRA_XUSB_PADCTL_PCIE] = phy; | 924 | padctl->phys[TEGRA_XUSB_PADCTL_PCIE] = phy; |
925 | phy_set_drvdata(phy, padctl); | 925 | phy_set_drvdata(phy, padctl); |
926 | 926 | ||
927 | phy = devm_phy_create(&pdev->dev, NULL, &sata_phy_ops, NULL); | 927 | phy = devm_phy_create(&pdev->dev, NULL, &sata_phy_ops); |
928 | if (IS_ERR(phy)) { | 928 | if (IS_ERR(phy)) { |
929 | err = PTR_ERR(phy); | 929 | err = PTR_ERR(phy); |
930 | goto unregister; | 930 | goto unregister; |