summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_periph.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 18:20:26 +0000
committerphk <phk@FreeBSD.org>2003-05-31 18:20:26 +0000
commit304317cb1f4c8b5613119c47edd6a1261992f081 (patch)
tree63c4d7114add44527dd199ac6030ebfadf8914f9 /sys/cam/cam_periph.c
parent7a8cce551ae5084e9c0ca2656aa49a7dec30833c (diff)
downloadFreeBSD-src-304317cb1f4c8b5613119c47edd6a1261992f081.zip
FreeBSD-src-304317cb1f4c8b5613119c47edd6a1261992f081.tar.gz
Add /* FALLTHROUGH */
Found by: FlexeLint
Diffstat (limited to 'sys/cam/cam_periph.c')
-rw-r--r--sys/cam/cam_periph.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c
index d22de04..5aee9ea 100644
--- a/sys/cam/cam_periph.c
+++ b/sys/cam/cam_periph.c
@@ -214,10 +214,13 @@ failure:
TAILQ_REMOVE(&(*p_drv)->units, periph, unit_links);
splx(s);
xpt_remove_periph(periph);
+ /* FALLTHROUGH */
case 2:
xpt_free_path(periph->path);
+ /* FALLTHROUGH */
case 1:
free(periph, M_DEVBUF);
+ /* FALLTHROUGH */
case 0:
/* No cleanup to perform. */
break;
OpenPOWER on IntegriCloud