Christian Walter uploaded patch set #3 to this change.

View Change

src/soc/intel/skylake/acpi: Remove Return for PS0/3

Remove the Return statement within the PS0, PS3 methods. PS0/3 are not
allowed to return anything. Even an empty return will be resolved to
Return(Null). In order to be conform with the specification, the code
has been refactored to remove the return statements.

Change-Id: I7b4820e8dd40a9169a7facce67282b8af5af67af
Signed-off-by: Christian Walter <christian.walter@9elements.com>
---
M src/soc/intel/skylake/acpi/xhci.asl
1 file changed, 74 insertions(+), 78 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/33293/3

To view, visit change 33293. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7b4820e8dd40a9169a7facce67282b8af5af67af
Gerrit-Change-Number: 33293
Gerrit-PatchSet: 3
Gerrit-Owner: Christian Walter <christian.walter@9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: newpatchset