Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377742
b: refs/heads/master
c: 3b7180f
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Greg Kroah-Hartman committed May 17, 2013
1 parent 8ce9e43 commit d97db05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 0e357899e710491f14fdc9adac9e8ed75d4e4479
refs/heads/master: 3b7180f9b2b6e067c7c58e8804982a4927bc0125
6 changes: 0 additions & 6 deletions trunk/drivers/usb/host/ohci-nxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,6 @@ static int usb_hcd_nxp_probe(struct platform_device *pdev)
}

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(&pdev->dev, "Failed to get MEM resource\n");
ret = -ENOMEM;
goto out8;
}

hcd->regs = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(hcd->regs)) {
ret = PTR_ERR(hcd->regs);
Expand Down

0 comments on commit d97db05

Please sign in to comment.