]> git.karo-electronics.de Git - mv-sheeva.git/commit
ASoC: Fix compile error in sound/soc/mid-x86/sst_platform.c
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 15 Dec 2011 17:24:54 +0000 (18:24 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 16 Dec 2011 06:50:15 +0000 (07:50 +0100)
commitc45471eac2bdc271df40963ac8448d76ac434872
tree6b61453f980045e9a16291be216bade6d043b1b3
parent9215aa4d96add60e95adccbcb11b1dc16a8c3422
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 <joerg.roedel@amd.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/mid-x86/sst_platform.c