diff options
author | David Brownell <david-b@pacbell.net> | 2006-12-13 00:35:06 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 09:05:52 -0800 |
commit | 5a6534e4cf53e16a6ea92f033f89d6575b3d7422 (patch) | |
tree | e1b954e208f2c313d1a040b1494ff455fd3ab673 /drivers/rtc/rtc-proc.c | |
parent | 9cef779ec3643e6c846f86a32d8c44daff16a336 (diff) | |
download | linux-3.10-5a6534e4cf53e16a6ea92f033f89d6575b3d7422.tar.gz linux-3.10-5a6534e4cf53e16a6ea92f033f89d6575b3d7422.tar.bz2 linux-3.10-5a6534e4cf53e16a6ea92f033f89d6575b3d7422.zip |
[PATCH] rtc: remove syslog spam on registration
This removes some syslog spam as RTC drivers register; debug messages
shouldn't come out at "info" level.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/rtc/rtc-proc.c')
-rw-r--r-- | drivers/rtc/rtc-proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-proc.c b/drivers/rtc/rtc-proc.c index d51d8f20e63..91a43c970b2 100644 --- a/drivers/rtc/rtc-proc.c +++ b/drivers/rtc/rtc-proc.c @@ -120,7 +120,7 @@ static int rtc_proc_add_device(struct class_device *class_dev, ent->owner = rtc->owner; ent->data = class_dev; - dev_info(class_dev->dev, "rtc intf: proc\n"); + dev_dbg(class_dev->dev, "rtc intf: proc\n"); } else rtc_dev = NULL; |