From: Jarkko Nikula Date: Wed, 3 Nov 2010 14:39:00 +0000 (+0200) Subject: ASoC: tpa6130a2: Get rid of compile warning from tpa6130a2_power X-Git-Tag: v2.6.37-rc2~95^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e3f3137cb570661c2ad3035a139dda671fbb63;p=pandora-kernel.git ASoC: tpa6130a2: Get rid of compile warning from tpa6130a2_power Patch "ASoC: tpa6130a2: Fix unbalanced regulator disables" introduced a compiler warning "‘ret’ may be used uninitialized in this function". Initialize ret to zero to get rid of it and making sure that the function does not return any random error code when the code is falling through. Signed-off-by: Jarkko Nikula Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed