Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175634
b: refs/heads/master
c: 81d7c6f
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and paul committed Dec 12, 2009
1 parent abf8917 commit c6081d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d22926677f2244a6b68e7ea21d6c9338659c17aa
refs/heads/master: 81d7c6ffccd1d5369942c428faa9ee25a3d59db8
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/omap_hwmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ static int _init_main_clk(struct omap_hwmod *oh)
ret = -EINVAL;
oh->_clk = c;

WARN(!c->clkdm, "omap_hwmod: %s: missing clockdomain for %s.\n",
oh->clkdev_con_id, c->name);

return ret;
}

Expand Down

0 comments on commit c6081d9

Please sign in to comment.