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

2018-06-03 Thread Lee Jones
On Mon, 21 May 2018, Yisheng Xie wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. > > Cc: Tony Lindgren > Cc: Lee Jones > Cc: linux-o...@vger.kernel.org > Signed-off-by: Yisheng Xie > --- > drivers/mfd/omap-usb-host

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

2018-05-21 Thread Tony Lindgren
* Yisheng Xie [180521 12:11]: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. Looks OK to me: Acked-by: Tony Lindgren

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

2018-05-21 Thread Yisheng Xie
match_string() returns the index of an array for a matching string, which can be used intead of open coded variant. Cc: Tony Lindgren Cc: Lee Jones Cc: linux-o...@vger.kernel.org Signed-off-by: Yisheng Xie --- drivers/mfd/omap-usb-host.c | 24 ++-- 1 file changed, 2 inserti