Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333320
b: refs/heads/master
c: 533b298
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Tony Lindgren committed Oct 8, 2012
1 parent 93b6ea9 commit f1e75f3
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: 64de3a00a16bcdf940cbebb1b2dc05d7cc13fef5
refs/heads/master: 533b298110475804b15b93475389736140bf4aa9
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ static void __init realtime_counter_init(void)
return;
}
sys_clk = clk_get(NULL, "sys_clkin_ck");
if (!sys_clk) {
if (IS_ERR(sys_clk)) {
pr_err("%s: failed to get system clock handle\n", __func__);
iounmap(base);
return;
Expand Down

0 comments on commit f1e75f3

Please sign in to comment.