omap3-pandora-kernel: Bump kernel GIT to a version that has 2.6.27.46 merged in.
[openpandora.oe.git] / recipes / linux / omap3-pandora-kernel / no-empty-flash-warnings.patch
1 diff --git a/fs/jffs2/scan.c b/fs/jffs2/scan.c
2 index 1d437de..33b3feb 100644
3 --- a/fs/jffs2/scan.c
4 +++ b/fs/jffs2/scan.c
5 @@ -647,8 +647,8 @@ scan_more:
6                         inbuf_ofs = ofs - buf_ofs;
7                         while (inbuf_ofs < scan_end) {
8                                 if (unlikely(*(uint32_t *)(&buf[inbuf_ofs]) != 0xffffffff)) {
9 -                                       printk(KERN_WARNING "Empty flash at 0x%08x ends at 0x%08x\n",
10 -                                              empty_start, ofs);
11 +//                                     printk(KERN_WARNING "Empty flash at 0x%08x ends at 0x%08x\n",
12 +//                                            empty_start, ofs);
13                                         if ((err = jffs2_scan_dirty_space(c, jeb, ofs-empty_start)))
14                                                 return err;
15                                         goto scan_more;