diff options
Diffstat (limited to 'linux-2.6-silence-noise.patch')
-rw-r--r-- | linux-2.6-silence-noise.patch | 2 |
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; - } |