Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296146
b: refs/heads/master
c: 5dc06b7
h: refs/heads/master
v: v3
  • Loading branch information
Benoit Cousson committed Feb 16, 2012
1 parent ca52a28 commit 5e4e9bd
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: 0e02a8c1a5a5aea8b0fd8c16dd7d1ac2de641275
refs/heads/master: 5dc06b7ea31a41707ab67e3caad5127bd45069b6
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 @@ -348,7 +348,7 @@ static int omap_device_build_from_dt(struct platform_device *pdev)

oh_cnt = of_property_count_strings(node, "ti,hwmods");
if (!oh_cnt || IS_ERR_VALUE(oh_cnt)) {
dev_warn(&pdev->dev, "No 'hwmods' to build omap_device\n");
dev_dbg(&pdev->dev, "No 'hwmods' to build omap_device\n");
return -ENODEV;
}

Expand Down

0 comments on commit 5e4e9bd

Please sign in to comment.