Loading drivers/acpi/bus.c +0 −2 Original line number Diff line number Diff line Loading @@ -262,8 +262,6 @@ acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context) out_kfree: kfree(output.pointer); if (status != AE_OK) context->ret.pointer = NULL; return status; } EXPORT_SYMBOL(acpi_run_osc); Loading Loading
drivers/acpi/bus.c +0 −2 Original line number Diff line number Diff line Loading @@ -262,8 +262,6 @@ acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context) out_kfree: kfree(output.pointer); if (status != AE_OK) context->ret.pointer = NULL; return status; } EXPORT_SYMBOL(acpi_run_osc); Loading