summaryrefslogtreecommitdiff
path: root/packages/zd1211/files/unslung-writel-logging.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-09-02 19:17:06 +0000
committerRod Whitby <rod@whitby.id.au>2006-09-02 19:17:06 +0000
commitb0d867390440e73397d8c0d244a623ad8580bc2c (patch)
tree6328756276f0e9c33a5aad64d6fc837c925b995e /packages/zd1211/files/unslung-writel-logging.patch
parentb61dc560b5f571f14083bca35dd9a2667b176573 (diff)
parent99b80b8615c8e5662827252cf6cb7fc12144f8c2 (diff)
merge of 613b5c88485972422f9f5ca5450f8d356f4a22cd
and 6b5174a92b34a002e2e75bb09cc02e1d8770811f
Diffstat (limited to 'packages/zd1211/files/unslung-writel-logging.patch')
-rw-r--r--packages/zd1211/files/unslung-writel-logging.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/zd1211/files/unslung-writel-logging.patch b/packages/zd1211/files/unslung-writel-logging.patch
new file mode 100644
index 0000000000..00d54d7d68
--- /dev/null
+++ b/packages/zd1211/files/unslung-writel-logging.patch
@@ -0,0 +1,14 @@
+--- zd1211-driver-r74/src/zd1211.c~ 2006-04-09 12:28:06.000000000 -0500
++++ zd1211-driver-r74/src/zd1211.c 2006-04-27 12:38:55.000000000 -0500
+@@ -652,7 +652,10 @@
+ count++;
+
+ if (count > 5) {
+- printk(KERN_ERR "1211_readl failed for 5 attempts...Very Serious");
++// You are going to see this often enough on Unslung that we might as well put it in
++// the syslog and fix it so it has a nl on the end. Sigh. ~mwester, 27APR06
++//
++ printk(KERN_ERR "1211_readl failed for 5 attempts...Very Serious\n");
+ break;
+ }
+ }