diff options
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-rw-r--r-- | sys/dev/ath/if_ath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index f2089f4..0d6d4f8 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -663,7 +663,7 @@ ath_attach(u_int16_t devid, struct ath_softc *sc) } device_printf(sc->sc_dev, "%s: sizeof(ath_buf) = %d bytes\n", - __func__, sizeof(struct ath_buf)); + __func__, (int)sizeof(struct ath_buf)); #ifdef ATH_ENABLE_11N /* |