Commit ea82155a authored by Andy Grover's avatar Andy Grover

ACPI: Correctly init device struct, permissing proper unloading/reloading

      (John Cagle)
parent aa2962e0
......@@ -258,6 +258,8 @@ acpi_bus_driver_init (
return_VALUE(result);
}
device->driver = driver;
/*
* TBD - Configuration Management: Assign resources to device based
* upon possible configuration and currently allocated resources.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment