HID: wacom: remove annoying non-error printk
authorCory Fields <[email protected]>
Wed, 21 Apr 2010 21:08:24 +0000 (17:08 -0400)
committerJiri Kosina <[email protected]>
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 <[email protected]>
Signed-off-by: Bastien Nocera <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
drivers/hid/hid-wacom.c

index f7700cf497213bf1e3c4857dd699e0ae55c03f96..f947d8337e212ce8bff976996496e974912b59d1 100644 (file)
@@ -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;
 }