ASoC: Revert missing reset_err in wm97*.c
authorTakashi Iwai <tiwai@suse.de>
Fri, 27 Nov 2009 14:14:09 +0000 (15:14 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Nov 2009 14:14:09 +0000 (15:14 +0100)
The commit fe3e78e073d25308756f38019956061153267769
      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: Takashi Iwai <tiwai@suse.de>

No differences found