Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157579
b: refs/heads/master
c: 3e46a44
h: refs/heads/master
i:
  157577: eff5bc3
  157575: ee10816
v: v3
  • Loading branch information
Kevin Hilman authored and Mark Brown committed Jul 16, 2009
1 parent cda03db commit bcd8c6e
Show file tree
Hide file tree
Showing 3 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: 9db9ed977d4f1a317f5f4d467d43025fa27223d8
refs/heads/master: 3e46a447396df99e2367fe1564651abaacc19c13
2 changes: 1 addition & 1 deletion trunk/sound/soc/davinci/davinci-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ static int davinci_i2s_probe(struct platform_device *pdev)
goto err_release_region;
}

dev->clk = clk_get(&pdev->dev, pdata->clk_name);
dev->clk = clk_get(&pdev->dev, NULL);
if (IS_ERR(dev->clk)) {
ret = -ENODEV;
goto err_free_mem;
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/davinci/davinci-mcasp.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ static int davinci_mcasp_probe(struct platform_device *pdev)
}

pdata = pdev->dev.platform_data;
dev->clk = clk_get(&pdev->dev, pdata->clk_name);
dev->clk = clk_get(&pdev->dev, NULL);
if (IS_ERR(dev->clk)) {
ret = -ENODEV;
goto err_release_region;
Expand Down

0 comments on commit bcd8c6e

Please sign in to comment.