diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2007-02-22 05:59:23 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2007-02-22 05:59:23 +0000 |
| commit | c7c42f0abb1d6579f01e7c029518acb58b4556a2 (patch) | |
| tree | cca431cc43fe66b47b8b2faf5bdbf09e5d471865 /sys | |
| parent | f8c639ee65728e434630881cfc939fd466ea977f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/acpica/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 8b3fde0628bc..3c19ef51e62b 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -347,7 +347,7 @@ acpi_identify(driver_t *driver, device_t parent) if (ACPI_FAILURE(acpi_Startup())) return_VOID; - snprintf(acpi_ca_version, sizeof(acpi_ca_version), "%#x", ACPI_CA_VERSION); + snprintf(acpi_ca_version, sizeof(acpi_ca_version), "%x", ACPI_CA_VERSION); /* Attach the actual ACPI device. */ if ((child = BUS_ADD_CHILD(parent, 0, "acpi", 0)) == NULL) { |
