summaryrefslogtreecommitdiff
path: root/packages/linux/linux-jlime-sh3-2.6.16.20/unexpected-int-fix.patch
blob: 72801acf8e54357d0043f08d024baa2cada5be70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- linux-2.6.16.20/drivers/ide/ide-io.c_orig	2006-07-01 23:54:34.000000000 +0000
+++ linux-2.6.16.20/drivers/ide/ide-io.c	2006-07-01 23:55:50.000000000 +0000
@@ -1442,10 +1442,10 @@
 				++count;
 				if (time_after(jiffies, last_msgtime + HZ)) {
 					last_msgtime = jiffies;
-					printk(KERN_ERR "%s%s: unexpected interrupt, "
-						"status=0x%02x, count=%ld\n",
-						hwif->name,
-						(hwif->next==hwgroup->hwif) ? "" : "(?)", stat, count);
+					//printk(KERN_ERR "%s%s: unexpected interrupt, "
+					//	"status=0x%02x, count=%ld\n",
+					//	hwif->name,
+					//	(hwif->next==hwgroup->hwif) ? "" : "(?)", stat, count);
 				}
 			}
 		}