Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298709
b: refs/heads/master
c: 9fa2df6
h: refs/heads/master
i:
  298707: 2b7e43f
v: v3
  • Loading branch information
Nishanth Menon authored and Kevin Hilman committed Mar 22, 2012
1 parent b09bca5 commit 3d7238d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 981798569b090543453baccbc0657fbcea311668
refs/heads/master: 9fa2df6b90786301b175e264f5fa9846aba81a65
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/opp.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ int __init omap_init_opp_table(struct omap_opp_def *opp_def,
}
oh = omap_hwmod_lookup(opp_def->hwmod_name);
if (!oh || !oh->od) {
pr_warn("%s: no hwmod or odev for %s, [%d] "
pr_debug("%s: no hwmod or odev for %s, [%d] "
"cannot add OPPs.\n", __func__,
opp_def->hwmod_name, i);
return -EINVAL;
continue;
}
dev = &oh->od->pdev->dev;

Expand Down

0 comments on commit 3d7238d

Please sign in to comment.