summaryrefslogtreecommitdiffstats
path: root/linux-2.6-silence-noise.patch
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-01-10 11:05:09 -0500
committerKyle McMartin <kyle@redhat.com>2011-01-10 11:05:09 -0500
commit4f860245a9fd41d35765a0f369ee34a499dc627d (patch)
tree8ff7ac6be9dd548948966c07ab886336258b89f5 /linux-2.6-silence-noise.patch
parent482441b552e5984853ef8c4570d6cf3a914838b0 (diff)
downloadkernel-4f860245a9fd41d35765a0f369ee34a499dc627d.tar.gz
kernel-4f860245a9fd41d35765a0f369ee34a499dc627d.tar.xz
kernel-4f860245a9fd41d35765a0f369ee34a499dc627d.zip
Branch for 2.6.38
- Rebase trivial patches. - Switch debug configs back on. - config changes: DEBUG_SET_MODULE_RONX=y B43_PHY_N=y RT2800USB_RT33XX=y | RT2800PCI_RT33XX=y | experimental WL12XX=m RTL8192CE=m CAN_SLCAN=m SCHED_AUTOGROUP=n
Diffstat (limited to 'linux-2.6-silence-noise.patch')
-rw-r--r--linux-2.6-silence-noise.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-silence-noise.patch b/linux-2.6-silence-noise.patch
index 119a97769..ebd58195b 100644
--- a/linux-2.6-silence-noise.patch
+++ b/linux-2.6-silence-noise.patch
@@ -31,7 +31,7 @@ index 170f71e..4f3e632 100644
static int i8042_controller_check(void)
{
- if (i8042_flush() == I8042_BUFFER_SIZE) {
-- printk(KERN_ERR "i8042.c: No controller found.\n");
+- pr_err("No controller found\n");
+ if (i8042_flush() == I8042_BUFFER_SIZE)
return -ENODEV;
- }