Merge branch 'for-2.6.37' into for-2.6.38

This commit is contained in:
Mark Brown
2010-11-23 14:30:41 +00:00
5 changed files with 10 additions and 2 deletions

View File

@ -2020,7 +2020,10 @@ err_access:
static int max98088_remove(struct snd_soc_codec *codec)
{
struct max98088_priv *max98088 = snd_soc_codec_get_drvdata(codec);
max98088_set_bias_level(codec, SND_SOC_BIAS_OFF);
kfree(max98088->eq_texts);
return 0;
}