summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/compiler/aslrestype2s.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/aslrestype2s.c')
-rw-r--r--sys/contrib/dev/acpica/compiler/aslrestype2s.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/compiler/aslrestype2s.c b/sys/contrib/dev/acpica/compiler/aslrestype2s.c
index 42d51a9..96be2ad 100644
--- a/sys/contrib/dev/acpica/compiler/aslrestype2s.c
+++ b/sys/contrib/dev/acpica/compiler/aslrestype2s.c
@@ -617,7 +617,6 @@ RsDoGpioIoDescriptor (
break;
case 9: /* Vendor Data (Optional - Buffer of BYTEs) (_VEN) */
-
/*
* Always set the VendorOffset even if there is no Vendor Data.
* This field is required in order to calculate the length
@@ -812,6 +811,7 @@ RsDoI2cSerialBusDescriptor (
break;
default: /* Ignore any extra nodes */
+
break;
}
@@ -986,6 +986,7 @@ RsDoSpiSerialBusDescriptor (
break;
default: /* Ignore any extra nodes */
+
break;
}
@@ -1177,6 +1178,7 @@ RsDoUartSerialBusDescriptor (
break;
default: /* Ignore any extra nodes */
+
break;
}
OpenPOWER on IntegriCloud