ASoC: dapm: Remove redundant cast
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 21 Oct 2014 15:01:15 +0000 (17:01 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 21 Oct 2014 21:24:31 +0000 (22:24 +0100)
commit98ad73c995ed4886c36a1fcfcda53fbff484f666
treeecea6dbc9ceb4e1ca9bc512be0afa5efd6292039
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ASoC: dapm: Remove redundant cast

Both path->name and e->texts[i] have type const char*, so the cast is
slightly confusing and certainly unnecessary.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dapm.c