Merge "ASoc: wcd9335: Ignore mbhc get impedance error"

This commit is contained in:
Linux Build Service Account 2016-10-14 17:58:29 -07:00 committed by Gerrit - the friendly Code Review server
commit 0a97d6bb23

View file

@ -4596,9 +4596,11 @@ static int tasha_codec_hphl_dac_event(struct snd_soc_dapm_widget *w,
if (!ret) {
wcd_clsh_imped_config(codec, impedl, false);
set_bit(CLASSH_CONFIG, &tasha->status_mask);
} else
} else {
dev_dbg(codec->dev, "%s: Failed to get mbhc impedance %d\n",
__func__, ret);
ret = 0;
}
break;