mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
[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:
parent
9cef779ec3
commit
5a6534e4cf
3 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@ static int __devinit rtc_sysfs_add_device(struct class_device *class_dev,
|
|||
{
|
||||
int err;
|
||||
|
||||
dev_info(class_dev->dev, "rtc intf: sysfs\n");
|
||||
dev_dbg(class_dev->dev, "rtc intf: sysfs\n");
|
||||
|
||||
err = sysfs_create_group(&class_dev->kobj, &rtc_attr_group);
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue