Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177598
b: refs/heads/master
c: 13c4115
h: refs/heads/master
v: v3
  • Loading branch information
Mike Travis authored and Len Brown committed Dec 16, 2009
1 parent f14ebbb commit 031b900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 876fba43cc810e3c37ce26995933f9547b83cb0e
refs/heads/master: 13c41157096f05d5037a99152b4cf9d68ef00ef7
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/fan.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static int acpi_fan_add(struct acpi_device *device)
goto end;
}

dev_info(&device->dev, "registered as cooling_device%d\n", cdev->id);
dev_dbg(&device->dev, "registered as cooling_device%d\n", cdev->id);

device->driver_data = cdev;
result = sysfs_create_link(&device->dev.kobj,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ static int __cpuinit acpi_processor_add(struct acpi_device *device)
goto err_power_exit;
}

dev_info(&device->dev, "registered as cooling_device%d\n",
dev_dbg(&device->dev, "registered as cooling_device%d\n",
pr->cdev->id);

result = sysfs_create_link(&device->dev.kobj,
Expand Down

0 comments on commit 031b900

Please sign in to comment.