Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261979
b: refs/heads/master
c: df5d3ed
h: refs/heads/master
i:
  261977: 3d15c40
  261975: 30204dd
v: v3
  • Loading branch information
Tomi Valkeinen committed Aug 1, 2011
1 parent f482b1a commit df00e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9ede365aa6f74428a1f69c21ca1cf21213167576
refs/heads/master: df5d3ed23cf73ee0763a8963003bda9b69d9620f
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/dss/hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,9 +1698,9 @@ static int hdmi_get_clocks(struct platform_device *pdev)

hdmi.sys_clk = clk;

clk = clk_get(&pdev->dev, "fck");
clk = clk_get(&pdev->dev, "dss_48mhz_clk");
if (IS_ERR(clk)) {
DSSERR("can't get fck\n");
DSSERR("can't get hdmi_clk\n");
clk_put(hdmi.sys_clk);
return PTR_ERR(clk);
}
Expand Down

0 comments on commit df00e19

Please sign in to comment.