summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-08-12 22:34:12 +0000
committerWarner Losh <imp@FreeBSD.org>2002-08-12 22:34:12 +0000
commitdb64ac44576a2f65c9fc8b27b9b6afe394388996 (patch)
tree7b902920ae0e7abbb13f03c493aea840da982141
parent48b68edf1413b403ff9acb9468ae5cb80cb005c7 (diff)
Notes
-rw-r--r--sys/dev/pccard/pccard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c
index 4e73e98124df..6320155e078f 100644
--- a/sys/dev/pccard/pccard.c
+++ b/sys/dev/pccard/pccard.c
@@ -1193,7 +1193,7 @@ pccard_setup_intr(device_t dev, device_t child, struct resource *irq,
int err;
if (func->intr_handler != NULL)
- panic("Only one interrupt handler per function allowed\n");
+ panic("Only one interrupt handler per function allowed");
err = bus_generic_setup_intr(dev, child, irq, flags, pccard_intr,
func, cookiep);
if (err != 0)