]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rcar: remove unused variable
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Nov 2015 09:35:54 +0000 (10:35 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 25 Nov 2015 12:59:02 +0000 (12:59 +0000)
commitdcdee0639766e9f40d6b4b9141de5803e139eb28
treea4ab2364082d28b13edbd187bb4d5e616663d182
parent718dcbc0cfc890eb3b3eb032e2718372211de561
ASoC: rcar: remove unused variable

After a recent cleanup, the soc_card variable became unused
and now produces a warning:

soc/sh/rcar/core.c: In function '__rsnd_kctrl_new':
soc/sh/rcar/core.c:801:23: warning: unused variable 'soc_card' [-Wunused-variable]

This removes the variable.

Fixes: 6f076e86eb65 ("ASoC: Change the PCM runtime array to a list")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c