summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_thermal.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-09-26 05:24:55 +0000
committernjl <njl@FreeBSD.org>2003-09-26 05:24:55 +0000
commit354b85523dc2ae5ad568f79fc85f706e17eeeb1e (patch)
tree5522dbc8fc6f87347cd6345034be2517a887e6f7 /sys/dev/acpica/acpi_thermal.c
parent0653dc7b1be87204016d8f28fd861f3570fea0e9 (diff)
downloadFreeBSD-src-354b85523dc2ae5ad568f79fc85f706e17eeeb1e.zip
FreeBSD-src-354b85523dc2ae5ad568f79fc85f706e17eeeb1e.tar.gz
Consistently print attach messages.
Diffstat (limited to 'sys/dev/acpica/acpi_thermal.c')
-rw-r--r--sys/dev/acpica/acpi_thermal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c
index f73fa81..86ee656 100644
--- a/sys/dev/acpica/acpi_thermal.c
+++ b/sys/dev/acpica/acpi_thermal.c
@@ -155,7 +155,7 @@ acpi_tz_probe(device_t dev)
/* No FUNCTION_TRACE - too noisy */
if (acpi_get_type(dev) == ACPI_TYPE_THERMAL && !acpi_disabled("thermal")) {
- device_set_desc(dev, "thermal zone");
+ device_set_desc(dev, "Thermal Zone");
result = -10;
} else {
result = ENXIO;
OpenPOWER on IntegriCloud