Re: [PATCH] ASoC: tlv320adcx140: Fix various style errors and warnings

2020-07-29 Thread Mark Brown
On Tue, 28 Jul 2020 11:43:39 -0500, Dan Murphy wrote: > Fix white space issues and remove else case where it was not needed. > Convert "static const char *" to "static const char * const" Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1]

[PATCH] ASoC: tlv320adcx140: Fix various style errors and warnings

2020-07-28 Thread Dan Murphy
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 --- sound/soc/codecs/tlv320adcx140.c | 12