Re: [PATCH 6/6] staging: ks7010: factor out some functions from hostif_init

2018-03-23 Thread kbuild test robot
Hi Sergio, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20180323] [cannot apply to v4.16-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 6/6] staging: ks7010: factor out some functions from hostif_init

2018-03-23 Thread Sergio Paracuellos
This commit factors out some init functions from hostif_init to improve readability. Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/ks_hostif.c | 76 ++ 1 file changed, 52 insertions(+), 24 deletions(-) diff --git