ACPI: kobject fix (Greg KH)
Here's a small patch that fixes the logic of the kobject creation and registration in the acpi code (since we use kobject_init(), we need to use kobject_add(), not kobject_register() to add the kobject to the kernel systems).
Showing
Please register or sign in to comment