diff options
author | scottl <scottl@FreeBSD.org> | 2007-12-02 18:47:31 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2007-12-02 18:47:31 +0000 |
commit | acca560de69627dcbb38414464420c5fbe633841 (patch) | |
tree | e08ed25c3c68a054c69226b72c223ac3cac51d50 /sys/dev/amr | |
parent | 4ab6a743b6e0460648e3e7e025d70ddff56ae8a6 (diff) | |
download | FreeBSD-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.c | 2 |
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); |