Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196221
b: refs/heads/master
c: 89e5ab2
h: refs/heads/master
i:
  196219: 0f26eff
v: v3
  • Loading branch information
Rajendra Nayak authored and Paul Walmsley committed May 20, 2010
1 parent 25acd9e commit c2d6183
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: fe894d56322b10910631800b86f25f13bc64c639
refs/heads/master: 89e5ab26d89fda15924658866b57c967ba7507cc
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-omap/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ int clk_set_parent(struct clk *clk, struct clk *parent)
unsigned long flags;
int ret = -EINVAL;

if (cpu_is_omap44xx()) {
WARN(1, "clock: %s: not supported yet on OMAP4\n", __func__);
return 0;
}

if (clk == NULL || IS_ERR(clk) || parent == NULL || IS_ERR(parent))
return ret;

Expand Down

0 comments on commit c2d6183

Please sign in to comment.