projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2170c5a
)
HID: wacom: remove annoying non-error printk
author
Cory Fields
<FOSS@AtlasTechnologiesInc.com>
Wed, 21 Apr 2010 21:08:24 +0000
(17:08 -0400)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 21 Apr 2010 21:29:02 +0000
(23:29 +0200)
This is the only line printed on my "quiet" boot and seems completely
unnecessary.
Signed-off-by: Cory Fields <FOSS@AtlasTechnologiesInc.com>
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-wacom.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/hid-wacom.c
b/drivers/hid/hid-wacom.c
index f7700cf497213bf1e3c4857dd699e0ae55c03f96..f947d8337e212ce8bff976996496e974912b59d1 100644
(file)
--- a/
drivers/hid/hid-wacom.c
+++ b/
drivers/hid/hid-wacom.c
@@
-277,7
+277,6
@@
static int __init wacom_init(void)
ret = hid_register_driver(&wacom_driver);
if (ret)
printk(KERN_ERR "can't register wacom driver\n");
- printk(KERN_ERR "wacom driver registered\n");
return ret;
}