summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-09-28 16:37:39 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-30 16:36:04 -0400
commitc168b9dca4ec2b10df5c67fc8d0db4b57eb822f7 (patch)
treec3f254bd317e699f56d8abda4e6bc852fc1fbb8a /recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch
parent8c96f41ba6e3160d0826e112599285cf64541257 (diff)
downloadmeta-ti-c168b9dca4ec2b10df5c67fc8d0db4b57eb822f7.tar.gz
linux-3.0: remove old beagleboard-specific 3.0 and 3.1rc kernel recipes
Beagleboard is supported by newer 3.2 and 3.3.7 kernel recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
Diffstat (limited to 'recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch')
-rw-r--r--recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch b/recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch
deleted file mode 100644
index 94d629b4..00000000
--- a/recipes-kernel/linux/linux-3.0/sakoman/0004-mtd-nand-Eliminate-noisey-uncorrectable-error-messag.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From bf974dd3f24e623f04422b8013d047d78d430f0e Mon Sep 17 00:00:00 2001
2From: Steve Sakoman <steve@sakoman.com>
3Date: Fri, 1 Jul 2011 10:00:03 -0700
4Subject: [PATCH 04/14] mtd: nand: Eliminate noisey "uncorrectable error" messages
5
6Other layers of the stack give more informative messages when __nand_correct_data() fails
7
8Signed-off-by: Steve Sakoman <steve@sakoman.com>
9---
10 drivers/mtd/nand/nand_ecc.c | 2 +-
11 1 files changed, 1 insertions(+), 1 deletions(-)
12
13diff --git a/drivers/mtd/nand/nand_ecc.c b/drivers/mtd/nand/nand_ecc.c
14index 271b8e7..ad55e55 100644
15--- a/drivers/mtd/nand/nand_ecc.c
16+++ b/drivers/mtd/nand/nand_ecc.c
17@@ -507,7 +507,7 @@ int __nand_correct_data(unsigned char *buf,
18 if ((bitsperbyte[b0] + bitsperbyte[b1] + bitsperbyte[b2]) == 1)
19 return 1; /* error in ecc data; no action needed */
20
21- printk(KERN_ERR "uncorrectable error : ");
22+ // printk(KERN_ERR "uncorrectable error : ");
23 return -1;
24 }
25 EXPORT_SYMBOL(__nand_correct_data);
26--
271.7.2.5
28