Re: [PATCH v2 16/21] ASoC: max98088: use match_string() helper

2018-05-31 Thread Yisheng Xie
Hi Mark, On 2018/6/1 0:02, Mark Brown wrote: > On Thu, May 31, 2018 at 08:25:39PM +0800, Yisheng Xie wrote: > >> Anyway, Here is the cover letter of v1 and I have add v2's cover letter to >> you: >> https://lkml.org/lkml/2018/5/21/303 > >> Each patch in this patchset is a separate one, for wh

Re: [PATCH v2 16/21] ASoC: max98088: use match_string() helper

2018-05-31 Thread Mark Brown
On Thu, May 31, 2018 at 08:25:39PM +0800, Yisheng Xie wrote: > Anyway, Here is the cover letter of v1 and I have add v2's cover letter to > you: > https://lkml.org/lkml/2018/5/21/303 > Each patch in this patchset is a separate one, for what this patchset want to > do > is use match_string() h

Re: [PATCH v2 16/21] ASoC: max98088: use match_string() helper

2018-05-31 Thread Yisheng Xie
Hi Mark, On 2018/5/31 19:49, Mark Brown wrote: > On Thu, May 31, 2018 at 07:11:21PM +0800, Yisheng Xie wrote: >> match_string() returns the index of an array for a matching string, >> which can be used instead of open coded variant. > > I don't have either the cover letter or the rest of the seri

Re: [PATCH v2 16/21] ASoC: max98088: use match_string() helper

2018-05-31 Thread Mark Brown
On Thu, May 31, 2018 at 07:11:21PM +0800, Yisheng Xie wrote: > match_string() returns the index of an array for a matching string, > which can be used instead of open coded variant. I don't have either the cover letter or the rest of the series here so I've no context - what is the story here with

[PATCH v2 16/21] ASoC: max98088: use match_string() helper

2018-05-31 Thread Yisheng Xie
match_string() returns the index of an array for a matching string, which can be used instead of open coded variant. Cc: Liam Girdwood Cc: Mark Brown Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: alsa-de...@alsa-project.org Signed-off-by: Yisheng Xie --- v2: - split ret=xxx and move assignment to