On Fri, Jan 12, 2018 at 12:02:10PM +0100, Boris Brezillon wrote:
On Fri, 12 Jan 2018 11:57:55 +0100 Arnd Bergmann arnd@arndb.de wrote:
On Fri, Jan 12, 2018 at 11:49 AM, Olof's autobuilder build@lixom.net wrote:
Here are the build results from automated periodic testing.
The tree being built was stable-rc, found at:
URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Errors:
arm.allmodconfig:
/work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
arm.cm_x300_defconfig:
/work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
arm.mvebu_v7_defconfig:
/work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
arm.pxa3xx_defconfig:
/work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
arm.raumfeld_defconfig:
/work/build/batch/drivers/mtd/nand/pxa3xx_nand.c:749:2: error: duplicate case value
Same problem as with 4.4.y before:
fee4380f368e ("mtd: nand: pxa3xx: Fix READOOB implementation")
was backported as commit fea22562533e but needs to be done differently here.
It should just be dropped (the bug is not present on pre-4.6 kernels). Sorry for messing up with the Fixes tag, which led to this situation :-/.
Not a problem, sorry I forgot to drop it from the 3.18 queue, I didn't realize it was there as well.
Now dropped, thanks.
greg k-h