Re: [PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread kbuild test robot
Hi Greg, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [cannot apply to v5.1 next-20190517] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread kbuild test robot
Hi Greg, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [cannot apply to v5.1 next-20190517] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread kbuild test robot
Hi Greg, I love your patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [cannot apply to v5.1 next-20190517] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 03/10] staging: kpc2000: remove fileops.c file.

2019-05-17 Thread Greg Kroah-Hartman
The fileops.c file does not need to be stand-alone, so move it into the core.c file. This lets us make some functions static, reducing the global namespace of the driver. Cc: Matt Sickler Signed-off-by: Greg Kroah-Hartman --- drivers/staging/kpc2000/kpc2000/Makefile | 2 +-