1 Sep
2017
1 Sep
'17
7:46 a.m.
From: Kuninori Morimoto kuninori.morimoto.gx@renesas.com
max98927 driver is using codec hw_write/control_data, but it is redundant code. This patch cleanup these
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- sound/soc/codecs/max98927.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index b0380b5..e8928d1 100644 --- a/sound/soc/codecs/max98927.c +++ b/sound/soc/codecs/max98927.c @@ -576,7 +576,6 @@ static int max98927_probe(struct snd_soc_codec *codec) struct max98927_priv *max98927 = snd_soc_codec_get_drvdata(codec);
max98927->codec = codec; - codec->control_data = max98927->regmap;
/* Software Reset */ regmap_write(max98927->regmap,
--
1.9.1