Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+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;