Fix warning about possible use of uninitialized variable.
This commit is contained in:
parent
97e4ab0905
commit
588327f919
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user