From: Takashi Iwai Date: Tue, 7 Oct 2014 16:19:53 +0000 (+0200) Subject: ASoC: imx-es8328: Fix of_node_put() call with uninitialized object X-Git-Tag: omap-for-v3.19/prcm-cleanup~125^2^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=960baba41f3cfb0a97bb1f0e720334156b2eff75;p=pandora-kernel.git ASoC: imx-es8328: Fix of_node_put() call with uninitialized object The of_node_put() calls in imx_es8328_probe() may take uninitialized pointers when reached though the early error path. This patch adds the proper NULL initialization for fixing these. Signed-off-by: Takashi Iwai Signed-off-by: Mark Brown --- Reading git-diff-tree failed