[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1271884104-31884-1-git-send-email-FOSS@AtlasTechnologiesInc.com>
Date: Wed, 21 Apr 2010 17:08:24 -0400
From: Cory Fields <FOSS@...asTechnologiesInc.com>
To: linux-kernel@...r.kernel.org
Cc: linux-input@...r.kernel.org, jkosina@...e.cz
Subject: [PATCH] hid: Remove annoying non-error printk
This is the only line printed on my "quiet" boot and seems completely
unnecessary.
Signed-off-by: Cory Fields <FOSS@...asTechnologiesInc.com>
---
drivers/hid/hid-wacom.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c
index f7700cf..f947d83 100644
--- 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;
}
--
1.7.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists