zaurus-2.6.inc: force creation of jffs2 images
[openembedded.git] / recipes / zd1211 / files / unslung-writel-logging.patch
1 --- zd1211-driver-r74/src/zd1211.c~     2006-04-09 12:28:06.000000000 -0500
2 +++ zd1211-driver-r74/src/zd1211.c      2006-04-27 12:38:55.000000000 -0500
3 @@ -652,7 +652,10 @@
4                  count++;
5  
6                  if (count > 5) {
7 -                        printk(KERN_ERR "1211_readl failed for 5 attempts...Very Serious");
8 +// You are going to see this often enough on Unslung that we might as well put it in
9 +// the syslog and fix it so it has a nl on the end.  Sigh.  ~mwester, 27APR06
10 +//
11 +                        printk(KERN_ERR "1211_readl failed for 5 attempts...Very Serious\n");
12                          break;
13                  }
14          }