Skip to content

Commit 84b7355

Browse files
committed
Merge back 'acpi-bus' material for v5.14.
2 parents 159d8c2 + f39de44 commit 84b7355

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/acpi/bus.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context)
262262

263263
out_kfree:
264264
kfree(output.pointer);
265-
if (status != AE_OK)
266-
context->ret.pointer = NULL;
267265
return status;
268266
}
269267
EXPORT_SYMBOL(acpi_run_osc);

0 commit comments

Comments
 (0)