Re: [PATCH 09/33] phy: tegra: use match_string() helper

2018-05-21 Thread Andy Shevchenko
On Mon, May 21, 2018 at 2:57 PM, Yisheng Xie wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. > https://patchwork.ozlabs.org/patch/908133/ > Cc: Kishon Vijay Abraham I > Cc: Thierry Reding > Cc: Jonathan Hunter > Cc

[PATCH 09/33] phy: tegra: 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: Kishon Vijay Abraham I Cc: Thierry Reding Cc: Jonathan Hunter Cc: linux-kernel@vger.kernel.org Signed-off-by: Yisheng Xie --- drivers/phy/tegra/xusb.c | 15 +--