Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b01acf authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull ACPI patch from Len Brown.

* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
  ACPICA: Fix possible fault in return package object repair code
parents 09d31442 46befd6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -638,7 +638,7 @@ acpi_ns_check_package(struct acpi_predefined_data *data,
			/* Create the new outer package and populate it */

			status =
			    acpi_ns_wrap_with_package(data, *elements,
			    acpi_ns_wrap_with_package(data, return_object,
						      return_object_ptr);
			if (ACPI_FAILURE(status)) {
				return (status);