git.openpandora.org
/
pandora-kernel.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/git/ak...
[pandora-kernel.git]
/
drivers
/
acpi
/
thermal.c
diff --git
a/drivers/acpi/thermal.c
b/drivers/acpi/thermal.c
index
9adfd18
..
9127036
100644
(file)
--- a/
drivers/acpi/thermal.c
+++ b/
drivers/acpi/thermal.c
@@
-1220,8
+1220,8
@@
static int acpi_thermal_register_thermal_zone(struct acpi_thermal *tz)
tz->tz_enabled = 1;
-
printk(KERN_INFO PREFIX "%s is
registered as thermal_zone%d\n",
-
tz->device->dev.bus_id,
tz->thermal_zone->id);
+
dev_info(&tz->device->dev, "
registered as thermal_zone%d\n",
+ tz->thermal_zone->id);
return 0;
}