Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372140
b: refs/heads/master
c: 23cbd4e
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Feb 24, 2013
1 parent 145d79a commit 912c6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f863440d54fccbcd0ef0f6d96d81521e0fa41e35
refs/heads/master: 23cbd4e84f98b36c91d19990760207112f142c5b
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-tegra/tegra2_emc.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static struct tegra_emc_pdata *tegra_emc_fill_pdata(struct platform_device *pdev
int i;

WARN_ON(pdev->dev.platform_data);
BUG_ON(IS_ERR_OR_NULL(c));
BUG_ON(IS_ERR(c));

pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
pdata->tables = devm_kzalloc(&pdev->dev, sizeof(*pdata->tables),
Expand Down

0 comments on commit 912c6c2

Please sign in to comment.