summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-28 22:27:46 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-28 22:27:46 +0000
commit79c8b619e4f4017fa3c6ee14b1d69d668d102cfe (patch)
tree788cf08d3639c2750aa891efd95dc4ed3a3c24e9 /target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch
parent555e876d73ad503bdf6fcde015b0a88ba2c623df (diff)
downloadmtk-20170518-79c8b619e4f4017fa3c6ee14b1d69d668d102cfe.zip
mtk-20170518-79c8b619e4f4017fa3c6ee14b1d69d668d102cfe.tar.gz
mtk-20170518-79c8b619e4f4017fa3c6ee14b1d69d668d102cfe.tar.bz2
ar71xx: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41365
Diffstat (limited to 'target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch')
-rw-r--r--target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch b/target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch
index 3f9c182..8e1cd33 100644
--- a/target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch
+++ b/target/linux/ar71xx/patches-3.10/406-mtd-m25p80-allow-to-specify-max-read-size.patch
@@ -84,7 +84,7 @@
mutex_unlock(&flash->lock);
return 0;
-@@ -1021,6 +1044,12 @@ static int m25p_probe(struct spi_device
+@@ -1022,6 +1045,12 @@ static int m25p_probe(struct spi_device
flash->mtd._unlock = m25p80_unlock;
}