diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-17 20:38:30 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-11-17 20:38:30 +0000 |
commit | 1d4196bb0957e0cd42eaac1b59e6cc02c39e0d02 (patch) | |
tree | 3305a7a9952b2dd9402fde2ba4594a7a332509f8 /sys/dev | |
parent | 182f195a55b99607b943a7e771128a4097b59a5a (diff) |
fix a DPRINTF format string.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/athn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index c71f3805185..1bbe0c72bcd 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.9 2009/11/17 19:32:22 damien Exp $ */ +/* $OpenBSD: athn.c,v 1.10 2009/11/17 20:38:29 damien Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -1698,7 +1698,7 @@ athn_rfsilent_init(struct athn_softc *sc) /* Get polarity of hardware radio switch. */ if (base->rfSilent & AR_EEP_RFSILENT_POLARITY) sc->flags |= ATHN_FLAG_RFSILENT_REVERSED; - DPRINTFN(2, ("%s: Found RF switch connected to GPIO pin %d\n", + DPRINTFN(2, ("Found RF switch connected to GPIO pin %d\n", sc->rfsilent_pin)); /* Configure hardware radio switch. */ |