Re: [PATCH v2 02/21] mfd: omap-usb-host: use match_string() helper

2018-06-04 Thread Yisheng Xie
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

Re: [PATCH v2 02/21] mfd: omap-usb-host: use match_string() helper

2018-06-04 Thread Lee Jones
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-o...@vger.kernel.org > Si

[PATCH v2 02/21] mfd: omap-usb-host: 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. Acked-by: Tony Lindgren Reviewed-by: Andy Shevchenko Cc: Tony Lindgren Cc: Lee Jones Cc: linux-o...@vger.kernel.org Signed-off-by: Yisheng Xie --- v2: - add Acked-by and Revie