diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 11:59:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 11:59:07 +0000 |
commit | d2812cb036585a9dfe3147e691b4ec3dc3a188d8 (patch) | |
tree | b6c8c1de129dfd7a840c57a803912a693693e469 /target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch | |
parent | 17f848538cb9d219533e485642514d4085766604 (diff) | |
download | upstream-d2812cb036585a9dfe3147e691b4ec3dc3a188d8.tar.gz upstream-d2812cb036585a9dfe3147e691b4ec3dc3a188d8.tar.bz2 upstream-d2812cb036585a9dfe3147e691b4ec3dc3a188d8.zip |
kernel: update 3.10 to 3.10.36
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40467
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch b/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch index 327a45ccd8..6ddb78bd53 100644 --- a/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch +++ b/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch @@ -9,8 +9,8 @@ Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> lantiq-flash.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---- a/drivers/mtd/maps/lantiq-flash.c 2014-03-23 09:18:25.099370216 +0100 -+++ b/drivers/mtd/maps/lantiq-flash.c 2014-03-19 17:19:45.732111306 +0100 +--- a/drivers/mtd/maps/lantiq-flash.c ++++ b/drivers/mtd/maps/lantiq-flash.c @@ -117,6 +117,11 @@ ltq_mtd_probe(struct platform_device *pd struct cfi_private *cfi; int err; |