Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316204
b: refs/heads/master
c: 695594f
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 4, 2012
1 parent 757294f commit 43945fa
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: f59fef441753cdd07ffe7268b0801ec48cac7b1d
refs/heads/master: 695594f1b79d3b88e99e28f06afaab32c4d65853
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,7 @@ snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
}
break;
case snd_soc_dapm_clock_supply:
w->clk = clk_get(dapm->dev, w->name);
w->clk = devm_clk_get(dapm->dev, w->name);
if (IS_ERR(w->clk)) {
ret = PTR_ERR(w->clk);
dev_err(dapm->dev, "Failed to request %s: %d\n",
Expand Down

0 comments on commit 43945fa

Please sign in to comment.