]> 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:18:08 +0000 (09:18 -0700)
commit2e4010695a44d36c2f5cd5bbe0724d32f31c1590
treec409ef9405377cff7ed4b4a84112d1a0d4454877
parent06cc39593b0a9fed3f8ecbed6d30d8c3368ccbe0
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