From f20c2cb9995eb8c5cd7084e11af7b54522ef0ab9 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 26 Apr 2012 01:51:59 -0300 Subject: [PATCH] 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 --- sound/soc/soc-core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 666b81b400c..de97bf586c6 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -2987,7 +2987,6 @@ int snd_soc_put_xr_sx(struct snd_kcontrol *kcontrol, unsigned int regwmask = (1<invert; unsigned long mask = (1UL<nbits)-1; - long min = mc->min; long max = mc->max; long val = ucontrol->value.integer.value[0]; unsigned int i, regval, regmask; -- 2.46.0