Re: [PATCH v2 21/46] mtd: nandsim: Implement preliminary destructor function

2016-09-21 Thread kbuild test robot
Hi Richard, [auto build test ERROR on mtd/master] [also build test ERROR on v4.8-rc7] [cannot apply to next-20160921] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

Re: [PATCH v2 21/46] mtd: nandsim: Implement preliminary destructor function

2016-09-21 Thread kbuild test robot
Hi Richard, [auto build test ERROR on mtd/master] [also build test ERROR on v4.8-rc7] [cannot apply to next-20160921] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for

[PATCH v2 21/46] mtd: nandsim: Implement preliminary destructor function

2016-09-21 Thread Daniel Walter
From: Richard Weinberger This function will be used via ioctl() to remove nandsim instances. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 81 +++-- include/linux/mtd/nandsim.h | 2 +- 2 files

[PATCH v2 21/46] mtd: nandsim: Implement preliminary destructor function

2016-09-21 Thread Daniel Walter
From: Richard Weinberger This function will be used via ioctl() to remove nandsim instances. Signed-off-by: Richard Weinberger --- drivers/mtd/nand/nandsim.c | 81 +++-- include/linux/mtd/nandsim.h | 2 +- 2 files changed, 79 insertions(+), 4