From: Adrian Bunk Date: Mon, 2 Jul 2007 14:03:12 +0000 (+0200) Subject: [ALSA] sound/pci/hda/patch_realtek.c: remove dead code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d10ad1a26da03fe089c02846a95fa5938c3ca3ce;p=mv-sheeva.git [ALSA] sound/pci/hda/patch_realtek.c: remove dead code This patch removes some dead code spotted by the Coverity checker. Signed-off-by: Adrian Bunk Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4bff20f76b0..5367d1377e1 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -11182,8 +11182,6 @@ static int alc662_parse_auto_config(struct hda_codec *codec) spec->num_mux_defs = 1; spec->input_mux = &spec->private_imux; - if (err < 0) - return err; spec->init_verbs[spec->num_init_verbs++] = alc662_auto_init_verbs; spec->mixers[spec->num_mixers] = alc662_capture_mixer; spec->num_mixers++;