diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:40:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:40:09 +0000 |
commit | fb78ebb813abcefbbec3c824d09357428ff3b848 (patch) | |
tree | 17d1b5d12b3039e71085e754710d8b4f4eff2d9e /target/linux/ar71xx/patches-3.14/412-mtd-m25p80-zero-partition-parser-data.patch | |
parent | de04a1d843cc0cc797c42e6541907ba5555de898 (diff) | |
download | upstream-fb78ebb813abcefbbec3c824d09357428ff3b848.tar.gz upstream-fb78ebb813abcefbbec3c824d09357428ff3b848.tar.bz2 upstream-fb78ebb813abcefbbec3c824d09357428ff3b848.zip |
ar71xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44815
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/412-mtd-m25p80-zero-partition-parser-data.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/412-mtd-m25p80-zero-partition-parser-data.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ar71xx/patches-3.14/412-mtd-m25p80-zero-partition-parser-data.patch b/target/linux/ar71xx/patches-3.14/412-mtd-m25p80-zero-partition-parser-data.patch deleted file mode 100644 index 0d5370ad1b..0000000000 --- a/target/linux/ar71xx/patches-3.14/412-mtd-m25p80-zero-partition-parser-data.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/drivers/mtd/devices/m25p80.c -+++ b/drivers/mtd/devices/m25p80.c -@@ -1244,6 +1244,7 @@ static int m25p_probe(struct spi_device - if (info->flags & M25P_NO_ERASE) - flash->mtd.flags |= MTD_NO_ERASE; - -+ memset(&ppdata, '\0', sizeof(ppdata)); - ppdata.of_node = spi->dev.of_node; - flash->mtd.dev.parent = &spi->dev; - flash->page_size = info->page_size; |