Merge "ASoC: wcd9335: Initialize variables before use"

This commit is contained in:
Linux Build Service Account 2017-04-14 07:30:10 -07:00 committed by Gerrit - the friendly Code Review server
commit 4e6f40f24c

View file

@ -4945,7 +4945,7 @@ static int tasha_codec_enable_spline_src(struct snd_soc_codec *codec,
int src_num,
int event)
{
u16 src_paired_reg;
u16 src_paired_reg = 0;
struct tasha_priv *tasha;
u16 rx_path_cfg_reg = WCD9335_CDC_RX1_RX_PATH_CFG0;
u16 rx_path_ctl_reg = WCD9335_CDC_RX1_RX_PATH_CTL;