From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755001AbeEaM3A (ORCPT ); Thu, 31 May 2018 08:29:00 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:60090 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754915AbeEaM26 (ORCPT ); Thu, 31 May 2018 08:28:58 -0400 Subject: Re: [PATCH v2 16/21] ASoC: max98088: use match_string() helper To: Mark Brown References: <1527765086-19873-1-git-send-email-xieyisheng1@huawei.com> <1527765086-19873-17-git-send-email-xieyisheng1@huawei.com> <20180531114921.GD13319@sirena.org.uk> CC: , , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , From: Yisheng Xie Message-ID: <8009e494-9ba0-bff3-e900-37f8923886a0@huawei.com> Date: Thu, 31 May 2018 20:25:39 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20180531114921.GD13319@sirena.org.uk> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.29.40] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 series here so > I've no context - what is the story here with regard to dependencies and > things? Sorry about that I should have sent cover letter to you, but for too many maintainer to sent, I ignore this to avoid make too much noisy. 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() helper for echo subsystem. Thanks Yisheng >