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

Commit 422f4f90 authored by Bob Moore's avatar Bob Moore Committed by Len Brown
Browse files

ACPICA: Increase maximum buffer size dumped to screen in buffer object dump

parent f02e9fa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ acpi_ex_do_debug_object(union acpi_operand_object *source_desc,
				      (u32) source_desc->buffer.length));
		ACPI_DUMP_BUFFER(source_desc->buffer.pointer,
				 (source_desc->buffer.length <
				  32) ? source_desc->buffer.length : 32);
				  256) ? source_desc->buffer.length : 256);
		break;

	case ACPI_TYPE_STRING: