Re: [PATCH v3 05/14] staging: most: enable configfs support

2019-04-05 Thread kbuild test robot
Hi Christian, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v5.1-rc3 next-20190404] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 05/14] staging: most: enable configfs support

2019-04-02 Thread Christian.Gromm
On Di, 2019-04-02 at 09:20 +0200, Greg KH wrote: > External E-Mail > > > On Mon, Apr 01, 2019 at 02:05:30PM +0200, Christian Gromm wrote: > > > > This patch enables the configfs functionality of the driver by > > registering the configfs subsystems and compiling the configfs > > part of the

Re: [PATCH v3 05/14] staging: most: enable configfs support

2019-04-02 Thread Greg KH
On Mon, Apr 01, 2019 at 02:05:30PM +0200, Christian Gromm wrote: > This patch enables the configfs functionality of the driver by > registering the configfs subsystems and compiling the configfs > part of the sources. > > Signed-off-by: Christian Gromm > --- > v2: > - remove call to

[PATCH v3 05/14] staging: most: enable configfs support

2019-04-01 Thread Christian Gromm
This patch enables the configfs functionality of the driver by registering the configfs subsystems and compiling the configfs part of the sources. Signed-off-by: Christian Gromm --- v2: - remove call to configfs_exit function v3: drivers/staging/most/Makefile | 1 +