Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375773
b: refs/heads/master
c: 627ad13
h: refs/heads/master
i:
  375771: 6cedb56
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent 7f9743f commit aefd04b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: d1ab2a98fa729d33973a82619732c534a6051f72
refs/heads/master: 627ad13a39575e521a53f949fb2cb899e2945f02
5 changes: 0 additions & 5 deletions trunk/drivers/dma/tegra20-apb-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,11 +1273,6 @@ static int tegra_dma_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, tdma);

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(&pdev->dev, "No mem resource for DMA\n");
return -EINVAL;
}

tdma->base_addr = devm_ioremap_resource(&pdev->dev, res);
if (IS_ERR(tdma->base_addr))
return PTR_ERR(tdma->base_addr);
Expand Down

0 comments on commit aefd04b

Please sign in to comment.