summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch
index 08b29185..733bacd0 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0001-mtdoops-fix-the-oops_page_used-array-size.patch
@@ -1,4 +1,4 @@
1From 9589d3910b50c6e66f1a050e365c22271936b6b0 Mon Sep 17 00:00:00 2001 1From 47779e5a9fdb39f5cbe51d214a548c2c877d82c0 Mon Sep 17 00:00:00 2001
2From: Roman Tereshonkov <roman.tereshonkov@nokia.com> 2From: Roman Tereshonkov <roman.tereshonkov@nokia.com>
3Date: Tue, 29 Nov 2011 12:49:18 +0200 3Date: Tue, 29 Nov 2011 12:49:18 +0200
4Subject: [PATCH 001/130] mtdoops: fix the oops_page_used array size 4Subject: [PATCH 001/130] mtdoops: fix the oops_page_used array size
@@ -19,7 +19,7 @@ Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
19Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 19Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
20--- 20---
21 drivers/mtd/mtdoops.c | 2 +- 21 drivers/mtd/mtdoops.c | 2 +-
22 1 files changed, 1 insertions(+), 1 deletions(-) 22 1 file changed, 1 insertion(+), 1 deletion(-)
23 23
24diff --git a/drivers/mtd/mtdoops.c b/drivers/mtd/mtdoops.c 24diff --git a/drivers/mtd/mtdoops.c b/drivers/mtd/mtdoops.c
25index 1e2fa62..0782b31 100644 25index 1e2fa62..0782b31 100644
@@ -35,5 +35,5 @@ index 1e2fa62..0782b31 100644
35 printk(KERN_ERR "mtdoops: could not allocate page array\n"); 35 printk(KERN_ERR "mtdoops: could not allocate page array\n");
36 return; 36 return;
37-- 37--
381.7.7.4 381.7.9.4
39 39