Skip to content

Commit c11a5fe

Browse files
committed
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
2 parents 75d4276 + fee4380 commit c11a5fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mtd/nand/pxa3xx_nand.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,6 +963,7 @@ static void prepare_start_command(struct pxa3xx_nand_info *info, int command)
963963

964964
switch (command) {
965965
case NAND_CMD_READ0:
966+
case NAND_CMD_READOOB:
966967
case NAND_CMD_PAGEPROG:
967968
info->use_ecc = 1;
968969
break;

0 commit comments

Comments
 (0)