Fix warning about possible use of uninitialized variable.

This commit is contained in:
Hans Petter Selasky 2015-01-02 08:42:44 +00:00
parent 97e4ab0905
commit 588327f919

View File

@ -67,7 +67,7 @@ nexus_xen_attach(device_t dev)
{
int error;
#ifndef XEN
device_t acpi_dev;
device_t acpi_dev = NULL;
#endif
nexus_init_resources();