summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-01-06 08:40:24 +0800
committerAndy Green <andy.green@linaro.org>2012-01-09 11:21:37 +0800
commitfc7237e63817d7b5abd4061c9c65f98ad69cb6a8 (patch)
tree658548d45dce39cd96a080d548f5c819990a8e23
parent8c4fad1b568ee99c9237a6e26395204e4793454c (diff)
downloadpanda-fc7237e63817d7b5abd4061c9c65f98ad69cb6a8.tar.gz
cleanwarnings null out disabled unsued local vars in abe
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--sound/soc/omap/abe/abe_core.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/soc/omap/abe/abe_core.c b/sound/soc/omap/abe/abe_core.c
index c0a8e764b31..2a6ae63c386 100644
--- a/sound/soc/omap/abe/abe_core.c
+++ b/sound/soc/omap/abe/abe_core.c
@@ -462,8 +462,11 @@ EXPORT_SYMBOL(omap_abe_set_router_configuration);
*/
int omap_abe_set_opp_processing(struct omap_abe *abe, u32 opp)
{
- u32 dOppMode32, sio_desc_address;
+#if 0
+ u32 sio_desc_address;
struct ABE_SIODescriptor sio_desc;
+#endif
+ u32 dOppMode32;
_log(ABE_ID_SET_OPP_PROCESSING, opp, 0, 0);