Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223287
b: refs/heads/master
c: e281f7e
h: refs/heads/master
i:
  223285: ff0590e
  223283: bcd4a46
  223279: bc0afca
v: v3
  • Loading branch information
Aaro Koskinen authored and Tony Lindgren committed Dec 8, 2010
1 parent 582814c commit ab652cb
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: cb9675f3282f5565cc9e3698cc847355c1194871
refs/heads/master: e281f7ec95fbbf905c10e11c83231f3d9090c22f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int __init _omap2_init_reprogram_sdrc(void)
return 0;

dpll3_m2_ck = clk_get(NULL, "dpll3_m2_ck");
if (!dpll3_m2_ck)
if (IS_ERR(dpll3_m2_ck))
return -EINVAL;

rate = clk_get_rate(dpll3_m2_ck);
Expand Down

0 comments on commit ab652cb

Please sign in to comment.