[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>
This commit is contained in:
committed by
Linus Torvalds
parent
9cef779ec3
commit
5a6534e4cf
@@ -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;
|
||||
|
Reference in New Issue
Block a user