diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-17 04:40:33 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-06-17 04:40:33 +0000 |
| commit | 6eb9bbf3299f31b6cbda15bb91fc20ed7c808e35 (patch) | |
| tree | 39f71b248fd2591f243bcc5b194a130f58f44410 /sys/dev | |
| parent | 739c673c8d04c66f1101f0ff959fb94661f17ed5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpi_support/acpi_panasonic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_panasonic.c b/sys/dev/acpi_support/acpi_panasonic.c index c076aaf6cbb6a..2807bafaff4cd 100644 --- a/sys/dev/acpi_support/acpi_panasonic.c +++ b/sys/dev/acpi_support/acpi_panasonic.c @@ -478,7 +478,7 @@ static void acpi_panasonic_notify(ACPI_HANDLE h, UINT32 notify, void *context) { struct acpi_panasonic_softc *sc; - UINT32 key; + UINT32 key = 0; sc = (struct acpi_panasonic_softc *)context; |
