mirror of
https://git.yoctoproject.org/poky
synced 2026-09-17 21:49:32 +02:00
linux-moblin: add 2.6.33.2 kernel from MeeGo 1.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
14
meta-moblin/packages/linux/linux-moblin-2.6.33.2/linux-2.6.31-silence-wacom.patch
vendored
Normal file
14
meta-moblin/packages/linux/linux-moblin-2.6.33.2/linux-2.6.31-silence-wacom.patch
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
KERN_ERR is not appropriate for a printk level of a successful operation
|
||||
|
||||
|
||||
--- linux-2.6.30/drivers/hid/hid-wacom.c~ 2009-09-04 10:37:20.000000000 -0700
|
||||
+++ linux-2.6.30/drivers/hid/hid-wacom.c 2009-09-04 10:37:20.000000000 -0700
|
||||
@@ -244,7 +244,7 @@
|
||||
ret = hid_register_driver(&wacom_driver);
|
||||
if (ret)
|
||||
printk(KERN_ERR "can't register wacom driver\n");
|
||||
- printk(KERN_ERR "wacom driver registered\n");
|
||||
+ printk(KERN_INFO "wacom driver registered\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user