Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375983
b: refs/heads/master
c: 9d6ab42
h: refs/heads/master
i:
  375981: 2a0fe28
  375979: fa42509
  375975: 6b09eb4
  375967: 0e352bc
v: v3
  • Loading branch information
Wolfram Sang authored and Felipe Balbi committed May 15, 2013
1 parent 4e6c031 commit f1cbce8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cde3935cf0e51ce5fd07609f1b770664db2d96b
refs/heads/master: 9d6ab420a9cb475fb99874f06d00df9c8259c973
5 changes: 0 additions & 5 deletions trunk/drivers/usb/phy/phy-mv-u3d-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ static int mv_u3d_phy_probe(struct platform_device *pdev)
}

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(dev, "missing mem resource\n");
return -ENODEV;
}

phy_base = devm_ioremap_resource(dev, res);
if (IS_ERR(phy_base))
return PTR_ERR(phy_base);
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/usb/phy/phy-mxs-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ static int mxs_phy_probe(struct platform_device *pdev)
int ret;

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(&pdev->dev, "can't get device resources\n");
return -ENOENT;
}

base = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(base))
return PTR_ERR(base);
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/usb/phy/phy-samsung-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,6 @@ static int samsung_usb2phy_probe(struct platform_device *pdev)
int ret;

phy_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!phy_mem) {
dev_err(dev, "%s: missing mem resource\n", __func__);
return -ENODEV;
}

phy_base = devm_ioremap_resource(dev, phy_mem);
if (IS_ERR(phy_base))
return PTR_ERR(phy_base);
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/usb/phy/phy-samsung-usb3.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ static int samsung_usb3phy_probe(struct platform_device *pdev)
int ret;

phy_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!phy_mem) {
dev_err(dev, "%s: missing mem resource\n", __func__);
return -ENODEV;
}

phy_base = devm_ioremap_resource(dev, phy_mem);
if (IS_ERR(phy_base))
return PTR_ERR(phy_base);
Expand Down

0 comments on commit f1cbce8

Please sign in to comment.