Initialize key to zero.
This commit is contained in:
parent
739c673c8d
commit
6eb9bbf329
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user