ASoC: core: Remove unused variable 'min'
authorFabio Estevam <festevam@gmail.com>
Thu, 26 Apr 2012 04:51:59 +0000 (01:51 -0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 26 Apr 2012 09:29:13 +0000 (10:29 +0100)
commitf20c2cb9995eb8c5cd7084e11af7b54522ef0ab9
tree24d0b66869a3c623441d12ac1a914779e3e2275c
parentbec3d9a97324a9ef84cc1dfcb918432a86c58894
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 <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c