summaryrefslogtreecommitdiffstats
path: root/sys/dev/ahb
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-05-24 05:21:36 +0000
committerpeter <peter@FreeBSD.org>2002-05-24 05:21:36 +0000
commit0f2b8a126a0c352f5652697a6edb79985457aaa5 (patch)
tree299e269edaa9961ae54ea8632669231c4aab4c05 /sys/dev/ahb
parente35256e809e2060515c323b4394c9a4156e45202 (diff)
downloadFreeBSD-src-0f2b8a126a0c352f5652697a6edb79985457aaa5.zip
FreeBSD-src-0f2b8a126a0c352f5652697a6edb79985457aaa5.tar.gz
Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly
again.
Diffstat (limited to 'sys/dev/ahb')
-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 dcb7f90..740d626 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);
}
OpenPOWER on IntegriCloud