ASoC: stm32: remove redundant pointers 'priv' and 'rtd'
authorColin Ian King <colin.king@canonical.com>
Wed, 1 Aug 2018 10:47:40 +0000 (11:47 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 1 Aug 2018 11:16:26 +0000 (12:16 +0100)
commit18127744cf446f113ca33f07e5cea893388f781a
tree39a3301aa573e3526cdb411a5bed650f22fe3251
parentd101f9b96ee08f0454989bc3adb10e6cf7f3f953
ASoC: stm32: remove redundant pointers 'priv' and 'rtd'

Pointer 'priv' is assigned and not used, removing this allows
the removal of pointer 'rtd'.

Cleans up clang warning:
warning: variable 'priv' set but not used [-Wunused-but-set-variable]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/stm/stm32_adfsdm.c