diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-03 09:27:09 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-09-03 09:27:09 +0200 |
commit | 85fefcdb61e9362abbb16eb2a9d3e6dda19a175b (patch) | |
tree | 5270d0bf35a9c33fbd7d1a4829e965879d4157a0 /target/linux/bcm53xx/patches-4.4 | |
parent | d7b6f0ea8885b45db4e435846e0fcbd822fcc8ad (diff) | |
download | upstream-85fefcdb61e9362abbb16eb2a9d3e6dda19a175b.tar.gz upstream-85fefcdb61e9362abbb16eb2a9d3e6dda19a175b.tar.bz2 upstream-85fefcdb61e9362abbb16eb2a9d3e6dda19a175b.zip |
kernel: mtd: backport Macronix sector size fix
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/bcm53xx/patches-4.4')
-rw-r--r-- | target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch b/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch index abc9b0face..df252b2154 100644 --- a/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch +++ b/target/linux/bcm53xx/patches-4.4/405-mtd-spi-nor-detect-JEDEC-incompatible-w25q128-using-.patch @@ -13,7 +13,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -871,6 +871,18 @@ static const struct flash_info *spi_nor_ +@@ -873,6 +873,18 @@ static const struct flash_info *spi_nor_ } dev_err(nor->dev, "unrecognized JEDEC id bytes: %02x, %2x, %2x\n", id[0], id[1], id[2]); |