Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263566
b: refs/heads/master
c: 5d747c6
h: refs/heads/master
v: v3
  • Loading branch information
Naveen Krishna Chatradhi authored and Kukjin Kim committed Aug 19, 2011
1 parent 886aa6f commit 4c34b18
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: d2edddf2b25863ec0893635662b0832f9965b543
refs/heads/master: 5d747c6f2c9e1615685866251416268a0f648ffc
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s5p/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ unsigned long s5p_spdif_get_rate(struct clk *clk)
if (IS_ERR(pclk))
return -EINVAL;

rate = pclk->ops->get_rate(clk);
rate = pclk->ops->get_rate(pclk);
clk_put(pclk);

return rate;
Expand Down

0 comments on commit 4c34b18

Please sign in to comment.