summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-07-17 23:45:07 +0300
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2018-04-23 18:15:39 +0200
commit96a8ee403e7f0a4bdde5417945795f1bf0b300b2 (patch)
tree10cefb7fe99a86228c476f54da2890fae26ff019
parent40ed00103f04f72bef88cdaa2ec4ebae03af4a07 (diff)
downloadillumos-joyent-96a8ee403e7f0a4bdde5417945795f1bf0b300b2.tar.gz
9354 acpi: this statement may fall through
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: C Fraire <cfraire@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
-rw-r--r--usr/src/cmd/acpi/common/utprint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/acpi/common/utprint.c b/usr/src/cmd/acpi/common/utprint.c
index e01f1734a9..8ecea6aad0 100644
--- a/usr/src/cmd/acpi/common/utprint.c
+++ b/usr/src/cmd/acpi/common/utprint.c
@@ -616,6 +616,7 @@ AcpiUtVsnprintf (
case 'X':
Type |= ACPI_FORMAT_UPPER;
+ /* FALLTHROUGH */
case 'x':