From: Joerg Roedel Date: Thu, 15 Dec 2011 17:24:54 +0000 (+0100) Subject: ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c X-Git-Tag: v3.3-rc1~14^2~128^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c45471eac2bdc271df40963ac8448d76ac434872;p=pandora-kernel.git ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c The variable ret_val is used but not declared. This causes the following compile error: sound/soc/mid-x86/sst_platform.c: In function ‘sst_platform_open’: sound/soc/mid-x86/sst_platform.c:274:2: error: ‘ret_val’ undeclared (first use in this function) sound/soc/mid-x86/sst_platform.c:274:2: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [sound/soc/mid-x86/sst_platform.o] Error 1 Fix this. Signed-off-by: Joerg Roedel Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed