Commit c85b86a6 authored by Cory Fields's avatar Cory Fields Committed by Jiri Kosina

HID: wacom: remove annoying non-error printk

This is the only line printed on my "quiet" boot and seems completely
unnecessary.
Signed-off-by: default avatarCory Fields <FOSS@AtlasTechnologiesInc.com>
Signed-off-by: default avatarBastien Nocera <hadess@hadess.net>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2170c5a8
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment