Re: [PATCH -next] ASoC: rt5665: make local symbol rt5665_i2c_driver static

2017-05-17 Thread Mark Brown
On Tue, May 16, 2017 at 04:24:56PM +, Wei Yongjun wrote: > From: Wei Yongjun Please try to send your mails from the address you're using for the signoffs - if you send from another address it looks like you're forwarding on someone else's patch without adding your signoff which sets off alarm

[PATCH -next] ASoC: rt5665: make local symbol rt5665_i2c_driver static

2017-05-16 Thread Wei Yongjun
From: Wei Yongjun Fixes the following sparse warnings: sound/soc/codecs/rt5665.c:4928:19: warning: symbol 'rt5665_i2c_driver' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- sound/soc/codecs/rt5665.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sou