Merge tag 'for-linus-20180107' of git://git.infradead.org/linux-mtd

Pull MTD bugfix from Richard Weinberger:
"A single fix for the pxa3xx NAND driver"

* tag 'for-linus-20180107' of git://git.infradead.org/linux-mtd:
mtd: nand: pxa3xx: Fix READOOB implementation

Changed files
+1
drivers
mtd
+1
drivers/mtd/nand/pxa3xx_nand.c
··· 963 963 964 964 switch (command) { 965 965 case NAND_CMD_READ0: 966 + case NAND_CMD_READOOB: 966 967 case NAND_CMD_PAGEPROG: 967 968 info->use_ecc = 1; 968 969 break;