Re: [PATCH] spi-nor: Remove unused spi-nor.o rule

2020-07-26 Thread kernel test robot
Hi Joel, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc6 next-20200724] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://gi

Re: [PATCH] spi-nor: Remove unused spi-nor.o rule

2020-07-26 Thread kernel test robot
Hi Joel, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.8-rc6 next-20200724] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://gi

Re: [PATCH] spi-nor: Remove unused spi-nor.o rule

2020-07-22 Thread Joel Stanley
On Wed, 22 Jul 2020 at 09:00, Joel Stanley wrote: > > In "mtd: spi-nor: Prepare core / manufacturer code split" the file was > refactored into seperate files, so the rule is no longer required. Please ignore this patch. I misunderstood how spi-nor-objs worked, and didn't properly test the patch.

[PATCH] spi-nor: Remove unused spi-nor.o rule

2020-07-22 Thread Joel Stanley
In "mtd: spi-nor: Prepare core / manufacturer code split" the file was refactored into seperate files, so the rule is no longer required. Fixes: a0900d0195d2 ("mtd: spi-nor: Prepare core / manufacturer code split") Reported-by: Cédric Le Goater Signed-off-by: Joel Stanley --- drivers/mtd/spi-no