summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/aac/aac_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c
index 9cdfd3f..353c6fa 100644
--- a/sys/dev/aac/aac_debug.c
+++ b/sys/dev/aac/aac_debug.c
@@ -160,7 +160,7 @@ void
aac_panic(struct aac_softc *sc, char *reason)
{
aac_print_queues(sc);
- panic(reason);
+ panic("%s", reason);
}
/*
OpenPOWER on IntegriCloud