From: Mengdong Lin Date: Thu, 28 Mar 2013 09:20:22 +0000 (-0400) Subject: ALSA: hda - bug fix on return value when getting HDMI ELD info X-Git-Tag: v3.9-rc6~16^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ef5692efad330b67a234e2c49edad38538751e7;p=pandora-kernel.git ALSA: hda - bug fix on return value when getting HDMI ELD info In function snd_hdmi_get_eld(), the variable 'ret' should be initialized to 0. Otherwise it will be returned uninitialized as non-zero after ELD info is got successfully. Thus hdmi_present_sense() will always assume ELD info is invalid by mistake, and /proc file system cannot show the proper ELD info. Signed-off-by: Mengdong Lin Cc: stable@vger.kernel.org Acked-by: David Henningsson Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed