Re: [PATCH 16/33] mmc: sdhci-xenon: use match_string() helper

2018-05-28 Thread Ulf Hansson
On 21 May 2018 at 13:57, 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: Adrian Hunter > Cc: Hu Ziji > Cc: Ulf Hansson

Re: [PATCH 16/33] mmc: sdhci-xenon: use match_string() helper

2018-05-28 Thread Ulf Hansson
On 21 May 2018 at 13:57, 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: Adrian Hunter > Cc: Hu Ziji > Cc: Ulf Hansson > Cc: linux-...@vger.kernel.org > Signed-off-by: Yisheng Xie Thanks,

Re: [PATCH 16/33] mmc: sdhci-xenon: use match_string() helper

2018-05-24 Thread Adrian Hunter
On 21/05/18 14:57, 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: Adrian Hunter > Cc: Hu Ziji > Cc: Ulf Hansson > Cc:

Re: [PATCH 16/33] mmc: sdhci-xenon: use match_string() helper

2018-05-24 Thread Adrian Hunter
On 21/05/18 14:57, 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: Adrian Hunter > Cc: Hu Ziji > Cc: Ulf Hansson > Cc: linux-...@vger.kernel.org > Signed-off-by: Yisheng Xie Acked-by: Adrian

[PATCH 16/33] mmc: sdhci-xenon: 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: Adrian Hunter Cc: Hu Ziji Cc: Ulf Hansson Cc: linux-...@vger.kernel.org Signed-off-by: Yisheng Xie

[PATCH 16/33] mmc: sdhci-xenon: 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: Adrian Hunter Cc: Hu Ziji Cc: Ulf Hansson Cc: linux-...@vger.kernel.org Signed-off-by: Yisheng Xie --- drivers/mmc/host/sdhci-xenon-phy.c | 11 +++ 1 file changed,