Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271370
b: refs/heads/master
c: 3393b85
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 20, 2011
1 parent 7c38fcc commit dd7554e
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: bfe4f8d32df9d2afa5fb0dccca9dfdef8573f04a
refs/heads/master: 3393b85340a06e33ad290a4e7b88abe0d15d7499
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 @@ -1704,9 +1704,9 @@ static int hdmi_get_clocks(struct platform_device *pdev)

hdmi.sys_clk = clk;

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

0 comments on commit dd7554e

Please sign in to comment.