Re: [PATCH] arm: common: use match_string() helper to simplify the code

2018-09-15 Thread zhong jiang
On 2018/9/15 7:52, kbuild test robot wrote: > Hi zhong, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on arm-soc/for-next] > [also build test ERROR on v4.19-rc3 next-20180913] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH] arm: common: use match_string() helper to simplify the code

2018-09-15 Thread zhong jiang
On 2018/9/15 7:52, kbuild test robot wrote: > Hi zhong, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on arm-soc/for-next] > [also build test ERROR on v4.19-rc3 next-20180913] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH] arm: common: use match_string() helper to simplify the code

2018-09-14 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm-soc/for-next] [also build test ERROR on v4.19-rc3 next-20180913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] arm: common: use match_string() helper to simplify the code

2018-09-14 Thread kbuild test robot
Hi zhong, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm-soc/for-next] [also build test ERROR on v4.19-rc3 next-20180913] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] arm: common: use match_string() helper to simplify the code

2018-09-14 Thread zhong jiang
match_string() returns the index of an array for a matching string, which can be used instead of open coded implementation. Signed-off-by: zhong jiang --- arch/arm/plat-orion/common.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/arch/arm/plat-orion/common.c

[PATCH] arm: common: use match_string() helper to simplify the code

2018-09-14 Thread zhong jiang
match_string() returns the index of an array for a matching string, which can be used instead of open coded implementation. Signed-off-by: zhong jiang --- arch/arm/plat-orion/common.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/arch/arm/plat-orion/common.c