• Andy Grover's avatar
    ACPI: kobject fix (Greg KH) · c12eb6ef
    Andy Grover authored
    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).
    c12eb6ef
scan.c 22.4 KB