Skip to content

Commit

Permalink
Merge back 'acpi-bus' material for v5.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael J. Wysocki committed Jun 11, 2021
2 parents 159d8c2 + f39de44 commit 84b7355
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 84b7355

Please sign in to comment.