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/brcm63xx | |
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/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-4.4/000-4.5-03-spi-nor-convert-to-spi_nor_-get-set-_flash_node.patch | 2 |
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; |