Message ID | 4B83FA1C.8000902@marel.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c index 191bf99..38a99ef 100644 --- a/drivers/mtd/nand/mpc5121_nfc.c +++ b/drivers/mtd/nand/mpc5121_nfc.c @@ -100,7 +100,7 @@ #define NFC_OUTPUT (1 << 3) #define NFC_ID (1 << 4) #define NFC_STATUS (1 << 5) -#define NFC_CMD_FAIL (1 << 15) +#define NFC_CMD_FAIL (1 << 14) #define NFC_INT (1 << 15) /* Bit Definitions: NFC_WRPROT */