Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375798
b: refs/heads/master
c: d7fc0dd
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang committed May 18, 2013
1 parent ff348c7 commit 085b585
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: 937192a7cf9f09e3ea02ef723855674f97e826bc
refs/heads/master: d7fc0dde96248c0d90e02bc95dc5c003ece84982
5 changes: 0 additions & 5 deletions trunk/arch/arm/mach-tegra/tegra2_emc.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,6 @@ static int tegra_emc_probe(struct platform_device *pdev)
}

res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (!res) {
dev_err(&pdev->dev, "missing register base\n");
return -ENOMEM;
}

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

0 comments on commit 085b585

Please sign in to comment.