From: Fabio Estevam Date: Thu, 26 Apr 2012 04:51:59 +0000 (-0300) Subject: ASoC: core: Remove unused variable 'min' X-Git-Tag: v3.5-rc1~118^2~3^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20c2cb9995eb8c5cd7084e11af7b54522ef0ab9;p=pandora-kernel.git ASoC: core: Remove unused variable 'min' commit 4183eed2 (ASoC: core: Add signed multi register control) introduced the variable 'min',but it is not used. Remove it to fix the following build warning: sound/soc/soc-core.c: In function 'snd_soc_put_xr_sx': sound/soc/soc-core.c:2990: warning: unused variable 'min' Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed