Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed May 14, 2013
2 parents c583eac + 2e0192f commit 407a0e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm0010.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ static int wm0010_boot(struct snd_soc_codec *codec)
/* On wm0010 only the CLKCTRL1 value is used */
pll_rec.clkctrl1 = wm0010->pll_clkctrl1;

ret = -ENOMEM;
len = pll_rec.length + 8;
out = kzalloc(len, GFP_KERNEL);
if (!out) {
Expand Down

0 comments on commit 407a0e1

Please sign in to comment.