Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336497
b: refs/heads/master
c: ddc07ef
h: refs/heads/master
i:
  336495: 7c5ce3b
v: v3
  • Loading branch information
Wei Yongjun authored and Mike Turquette committed Nov 15, 2012
1 parent 81ad6dd commit 7299697
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: 5678596c7628e47e022d1d30fb2a6c9607f42a0e
refs/heads/master: ddc07ef9499509200033be7e387feb6c83744a73
4 changes: 2 additions & 2 deletions trunk/drivers/clk/clk-twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ static int __devinit twl6040_clk_probe(struct platform_device *pdev)

clkdata->mcpdm_fclk.init = &wm831x_clkout_init;
clkdata->clk = clk_register(&pdev->dev, &clkdata->mcpdm_fclk);
if (!clkdata->clk)
return -EINVAL;
if (IS_ERR(clkdata->clk))
return PTR_ERR(clkdata->clk);

dev_set_drvdata(&pdev->dev, clkdata);

Expand Down

0 comments on commit 7299697

Please sign in to comment.