Skip to content
Commit a22eaf4c authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ASoC: Revert missing reset_err in wm97*.c

The commit fe3e78e0


      ASoC: Factor out snd_soc_init_card()
removed the error paths that are still valid for wm97* codecs, causing
the compile errors like
  sound/soc/codecs/wm9705.c:399: error: label 'reset_err' used but not defined
  sound/soc/codecs/wm9712.c:687: error: label 'reset_err' used but not defined
  sound/soc/codecs/wm9713.c:1237: error: label 'reset_err' used but not defined

Revert the removed error path codes.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 74ea23aa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment