]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - bug fix on return value when getting HDMI ELD info
authorMengdong Lin <mengdong.lin@intel.com>
Thu, 28 Mar 2013 09:20:22 +0000 (05:20 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 16:52:04 +0000 (09:52 -0700)
commit083e2330c09b7a5f905020c10e9f52b5c1e17979
tree6b9b986f11305453b47e342218d764e8a9885fb5
parent8a348c928a2bfe8640c29a52ac81263aa46c4347
ALSA: hda - bug fix on return value when getting HDMI ELD info

commit 2ef5692efad330b67a234e2c49edad38538751e7 upstream.

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 <mengdong.lin@intel.com>
Acked-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/hda_eld.c