]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 Apr 2015 14:39:19 +0000 (16:39 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Apr 2015 14:39:19 +0000 (16:39 +0200)
commitee95221bf319550ba8b595d0bdb2afc2fc25d1cb
tree25eea75c45b58c11bc301ea0c817f886387898d0
parent5416737e3116b18e240f1bd68f6b36b9255a53dc
ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()

Reported by coverity CID 1296024.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c