summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2020-04-13 10:13:29 +0300
committerToomas Soome <tsoome@me.com>2020-07-21 17:32:33 +0300
commite98a9323520af2d37dd05c47dd174826c71b0c3a (patch)
tree91cca8521c98dcbf3ed507533fcfdba18331039a /usr/src/uts/sun4u
parent88b620a7b440907cc75f1955c584204c6b79b6fd (diff)
downloadillumos-joyent-e98a9323520af2d37dd05c47dd174826c71b0c3a.tar.gz
12951 serengeti: this statement may fall through
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/sun4u')
-rw-r--r--usr/src/uts/sun4u/os/plat_ecc_unum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/sun4u/os/plat_ecc_unum.c b/usr/src/uts/sun4u/os/plat_ecc_unum.c
index b7145b5f5b..cd6b278a01 100644
--- a/usr/src/uts/sun4u/os/plat_ecc_unum.c
+++ b/usr/src/uts/sun4u/os/plat_ecc_unum.c
@@ -853,6 +853,7 @@ plat_ecc_capability_sc_get(int type)
if (plat_ecc_capability_map_sc &
PLAT_ECC_CAPABILITY_DIMM_SID)
return (1);
+ /* FALLTHROUGH */
default:
return (0);
}