From: Takashi Iwai Date: Tue, 7 Oct 2014 18:56:29 +0000 (+0200) Subject: ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object X-Git-Tag: omap-for-v3.19/fixes-rc1~126^2~20^2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077661b6ed24e530dabc9db3ab3ae48fbaf19679;p=pandora-kernel.git ASoC: eukrea-tlv320: Fix of_node_put() call with uninitialized object The of_node_put() call in eukrea_tlv320_probe() may take an uninitialized pointer, as compiler spotted out: sound/soc/fsl/eukrea-tlv320.c:221:14: warning: 'ssi_np' may be used uninitialized in this function [-Wuninitialized] This patch adds the proper NULL initializations as a fix. (codec_np is also NULL initialized just for consistency.) Fixes: 66f232908de2 ('ASoC: eukrea-tlv320: Add DT support') Signed-off-by: Takashi Iwai Signed-off-by: Mark Brown --- Reading git-diff-tree failed