Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316211
b: refs/heads/master
c: 165961e
h: refs/heads/master
i:
  316209: 95357f5
  316207: a0f2f39
v: v3
  • Loading branch information
Mark Brown committed Jun 5, 2012
1 parent 31b0add commit ef82fc1
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: 5eba8ec37fe8cfed4cacff56f9025b756cc43faa
refs/heads/master: 165961efc03159631eadc086877704c7778ac356
2 changes: 1 addition & 1 deletion trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2904,7 +2904,7 @@ snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
}
break;
case snd_soc_dapm_clock_supply:
#ifdef CONFIG_HAVE_CLK
#ifdef CONFIG_CLKDEV_LOOKUP
w->clk = devm_clk_get(dapm->dev, w->name);
if (IS_ERR(w->clk)) {
ret = PTR_ERR(w->clk);
Expand Down

0 comments on commit ef82fc1

Please sign in to comment.