Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44487
b: refs/heads/master
c: 5a6534e
h: refs/heads/master
i:
  44485: a035e4e
  44483: b67ef55
  44479: a5d0dbd
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Dec 13, 2006
1 parent 396d096 commit 68ba88e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9cef779ec3643e6c846f86a32d8c44daff16a336
refs/heads/master: 5a6534e4cf53e16a6ea92f033f89d6575b3d7422
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ static int rtc_dev_add_device(struct class_device *class_dev,
goto err_cdev_del;
}

dev_info(class_dev->dev, "rtc intf: dev (%d:%d)\n",
dev_dbg(class_dev->dev, "rtc intf: dev (%d:%d)\n",
MAJOR(rtc->rtc_dev->devt),
MINOR(rtc->rtc_dev->devt));

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 68ba88e

Please sign in to comment.