Give panic format string to pacify clang warning.

This commit is contained in:
Roman Divacky 2012-11-09 13:58:52 +00:00
parent 0c06291012
commit 36e335c161
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242823

View file

@ -160,7 +160,7 @@ void
aac_panic(struct aac_softc *sc, char *reason)
{
aac_print_queues(sc);
panic(reason);
panic("%s", reason);
}
/*