ASoC: tlv320adcx140: Fix various style errors and warnings
authorDan Murphy <dmurphy@ti.com>
Tue, 28 Jul 2020 16:43:39 +0000 (11:43 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 29 Jul 2020 09:53:52 +0000 (10:53 +0100)
commite5448d7ec656e6c5ed59f4adfc979742fd1f9b07
tree6fbf197db619276111b5b43fcdd7f438ec09627e
parente0c6ecf2d859c6a2c7697ebb8973d11b74e70754
ASoC: tlv320adcx140: Fix various style errors and warnings

Fix white space issues and remove else case where it was not needed.
Convert "static const char *" to "static const char * const"

Fixes: 689c7655b50 ("ASoC: tlv320adcx140: Add the tlv320adcx140 codec driver family")
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Link: https://lore.kernel.org/r/20200728164339.16841-1-dmurphy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320adcx140.c