diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 10:02:29 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 10:02:29 +0200 |
commit | 72568ea3bd51a54a68669b4ecdba5879ad7be4cd (patch) | |
tree | e8e1f5dd31a3b8e4da208de96158b8e04254ce0c /target/linux/ar71xx/patches-4.1/412-mtd-m25p80-zero-partition-parser-data.patch | |
parent | de27a1adaea1bcf57e28fa33c705da51364ef92b (diff) | |
download | upstream-72568ea3bd51a54a68669b4ecdba5879ad7be4cd.tar.gz upstream-72568ea3bd51a54a68669b4ecdba5879ad7be4cd.tar.bz2 upstream-72568ea3bd51a54a68669b4ecdba5879ad7be4cd.zip |
ar71xx: remove linux 4.1 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/patches-4.1/412-mtd-m25p80-zero-partition-parser-data.patch')
-rw-r--r-- | target/linux/ar71xx/patches-4.1/412-mtd-m25p80-zero-partition-parser-data.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/ar71xx/patches-4.1/412-mtd-m25p80-zero-partition-parser-data.patch b/target/linux/ar71xx/patches-4.1/412-mtd-m25p80-zero-partition-parser-data.patch deleted file mode 100644 index 175acf630e..0000000000 --- a/target/linux/ar71xx/patches-4.1/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 -@@ -227,6 +227,7 @@ static int m25p_probe(struct spi_device - if (ret) - return ret; - -+ memset(&ppdata, '\0', sizeof(ppdata)); - ppdata.of_node = spi->dev.of_node; - - return mtd_device_parse_register(&nor->mtd, |