summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-09-03 09:27:09 +0200
committerMathias Kresin <dev@kresin.me>2016-09-03 09:27:09 +0200
commit85fefcdb61e9362abbb16eb2a9d3e6dda19a175b (patch)
tree5270d0bf35a9c33fbd7d1a4829e965879d4157a0 /target/linux/brcm63xx
parentd7b6f0ea8885b45db4e435846e0fcbd822fcc8ad (diff)
downloadmaster-31e0f0ae-85fefcdb61e9362abbb16eb2a9d3e6dda19a175b.tar.gz
master-31e0f0ae-85fefcdb61e9362abbb16eb2a9d3e6dda19a175b.tar.bz2
master-31e0f0ae-85fefcdb61e9362abbb16eb2a9d3e6dda19a175b.zip
kernel: mtd: backport Macronix sector size fix
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/patches-4.4/000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-4.4/000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch b/target/linux/brcm63xx/patches-4.4/000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch
index 91fc1ff693..3dce6c0361 100644
--- a/target/linux/brcm63xx/patches-4.4/000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch
+++ b/target/linux/brcm63xx/patches-4.4/000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch
@@ -68,7 +68,7 @@ Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
spifi->nor.write = nxp_spifi_write;
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
-@@ -1109,7 +1109,7 @@ int spi_nor_scan(struct spi_nor *nor, co
+@@ -1111,7 +1111,7 @@ int spi_nor_scan(struct spi_nor *nor, co
const struct flash_info *info = NULL;
struct device *dev = nor->dev;
struct mtd_info *mtd = &nor->mtd;