aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahb/ahb.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-05-24 05:21:36 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-05-24 05:21:36 +0000
commit9c580bea80f2761031f2364b02c2e5d58f127dc7 (patch)
tree299e269edaa9961ae54ea8632669231c4aab4c05 /sys/dev/ahb/ahb.c
parentcae52cb6933b1e72e221b980839c7a994bb0c35a (diff)
Notes
Diffstat (limited to 'sys/dev/ahb/ahb.c')
-rw-r--r--sys/dev/ahb/ahb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c
index dcb7f90ee6ab..740d626036c1 100644
--- a/sys/dev/ahb/ahb.c
+++ b/sys/dev/ahb/ahb.c
@@ -425,6 +425,7 @@ ahbfree(struct ahb_softc *ahb)
case 1:
bus_dma_tag_destroy(ahb->buffer_dmat);
case 0:
+ break;
}
free(ahb, M_DEVBUF);
}