From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752075AbeFDIOn (ORCPT ); Mon, 4 Jun 2018 04:14:43 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:47741 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751624AbeFDIOm (ORCPT ); Mon, 4 Jun 2018 04:14:42 -0400 Subject: Re: [PATCH v2 02/21] mfd: omap-usb-host: use match_string() helper To: Lee Jones References: <1527765086-19873-1-git-send-email-xieyisheng1@huawei.com> <1527765086-19873-3-git-send-email-xieyisheng1@huawei.com> <20180604074453.GK25455@dell> CC: , , Tony Lindgren , From: Yisheng Xie Message-ID: Date: Mon, 4 Jun 2018 16:13:58 +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: <20180604074453.GK25455@dell> Content-Type: text/plain; charset="utf-8" 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 Lee, On 2018/6/4 15:44, Lee Jones wrote: > On Thu, 31 May 2018, Yisheng Xie wrote: > >> match_string() returns the index of an array for a matching string, >> which can be used instead of open coded variant. >> >> Acked-by: Tony Lindgren >> Reviewed-by: Andy Shevchenko >> Cc: Tony Lindgren >> Cc: Lee Jones >> Cc: linux-omap@vger.kernel.org >> Signed-off-by: Yisheng Xie >> --- >> v2: >> - add Acked-by and Reviewed-by tag. >> >> drivers/mfd/omap-usb-host.c | 24 ++---------------------- >> 1 file changed, 2 insertions(+), 22 deletions(-) > > I already applied this with the tags Thanks Yisheng > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yisheng Xie Subject: Re: [PATCH v2 02/21] mfd: omap-usb-host: use match_string() helper Date: Mon, 4 Jun 2018 16:13:58 +0800 Message-ID: References: <1527765086-19873-1-git-send-email-xieyisheng1@huawei.com> <1527765086-19873-3-git-send-email-xieyisheng1@huawei.com> <20180604074453.GK25455@dell> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180604074453.GK25455@dell> Sender: linux-kernel-owner@vger.kernel.org To: Lee Jones Cc: linux-kernel@vger.kernel.org, andy.shevchenko@gmail.com, Tony Lindgren , linux-omap@vger.kernel.org List-Id: linux-omap@vger.kernel.org Hi Lee, On 2018/6/4 15:44, Lee Jones wrote: > On Thu, 31 May 2018, Yisheng Xie wrote: > >> match_string() returns the index of an array for a matching string, >> which can be used instead of open coded variant. >> >> Acked-by: Tony Lindgren >> Reviewed-by: Andy Shevchenko >> Cc: Tony Lindgren >> Cc: Lee Jones >> Cc: linux-omap@vger.kernel.org >> Signed-off-by: Yisheng Xie >> --- >> v2: >> - add Acked-by and Reviewed-by tag. >> >> drivers/mfd/omap-usb-host.c | 24 ++---------------------- >> 1 file changed, 2 insertions(+), 22 deletions(-) > > I already applied this with the tags Thanks Yisheng >