diff options
| -rw-r--r-- | drivers/mtd/spi-nor/spi-nor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index f87e18e125fd..9d03fe50533e 100644 --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c | |||
| @@ -200,7 +200,7 @@ struct sfdp_header { | |||
| 200 | * register does not modify status register 2. | 200 | * register does not modify status register 2. |
| 201 | * - 101b: QE is bit 1 of status register 2. Status register 1 is read using | 201 | * - 101b: QE is bit 1 of status register 2. Status register 1 is read using |
| 202 | * Read Status instruction 05h. Status register2 is read using | 202 | * Read Status instruction 05h. Status register2 is read using |
| 203 | * instruction 35h. QE is set via Writ Status instruction 01h with | 203 | * instruction 35h. QE is set via Write Status instruction 01h with |
| 204 | * two data bytes where bit 1 of the second byte is one. | 204 | * two data bytes where bit 1 of the second byte is one. |
| 205 | * [...] | 205 | * [...] |
| 206 | */ | 206 | */ |
