X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fpatches-3.8%2F406-mtd-m25p80-allow-to-specify-max-read-size.patch;h=d610614c01ee405961188bd57c76b6f85ff47437;hp=be308c649eb57284c33bb2f74519398e8a28ad2a;hb=25662fec2ba71942216021c99a3d126d2204f3bd;hpb=819e8cda3e3c6149d2777ff47d18cce14246017f diff --git a/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch b/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch index be308c649e..d610614c01 100644 --- a/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch +++ b/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch @@ -84,7 +84,7 @@ mutex_unlock(&flash->lock); return 0; -@@ -916,6 +939,12 @@ static int m25p_probe(struct spi_device +@@ -917,6 +940,12 @@ static int m25p_probe(struct spi_device flash->mtd._erase = m25p80_erase; flash->mtd._read = m25p80_read;