Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333337
b: refs/heads/master
c: a87e662
h: refs/heads/master
i:
  333335: 779d0ed
v: v3
  • Loading branch information
Wei Yongjun authored and Kevin Hilman committed Oct 2, 2012
1 parent 31a5703 commit 61dca8d
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: 104c7949e20e84dedddb66c1fc4b599931382d21
refs/heads/master: a87e662827bca4b10a320e62da3fb21826eab987
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/omap_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ struct platform_device __init *omap_device_build_ss(const char *pdev_name, int p
dev_set_name(&pdev->dev, "%s", pdev->name);

od = omap_device_alloc(pdev, ohs, oh_cnt, pm_lats, pm_lats_cnt);
if (!od)
if (IS_ERR(od))
goto odbs_exit1;

ret = platform_device_add_data(pdev, pdata, pdata_len);
Expand Down

0 comments on commit 61dca8d

Please sign in to comment.