summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-12-02 18:47:31 +0000
committerscottl <scottl@FreeBSD.org>2007-12-02 18:47:31 +0000
commitacca560de69627dcbb38414464420c5fbe633841 (patch)
treee08ed25c3c68a054c69226b72c223ac3cac51d50 /sys/dev/amr
parent4ab6a743b6e0460648e3e7e025d70ddff56ae8a6 (diff)
downloadFreeBSD-src-acca560de69627dcbb38414464420c5fbe633841.zip
FreeBSD-src-acca560de69627dcbb38414464420c5fbe633841.tar.gz
Fix a typo that was hidden by AMR_DEBUG.
Diffstat (limited to 'sys/dev/amr')
-rw-r--r--sys/dev/amr/amr_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c
index 2c7e78a..dec96c0 100644
--- a/sys/dev/amr/amr_pci.c
+++ b/sys/dev/amr/amr_pci.c
@@ -483,7 +483,7 @@ amr_pci_intr(void *arg)
static void
amr_pci_free(struct amr_softc *sc)
{
- void *p
+ void *p;
debug_called(1);
OpenPOWER on IntegriCloud