summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ath/if_ath_spectral.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_spectral.c b/sys/dev/ath/if_ath_spectral.c
index 19d40fe..5cfb1a9 100644
--- a/sys/dev/ath/if_ath_spectral.c
+++ b/sys/dev/ath/if_ath_spectral.c
@@ -251,7 +251,7 @@ ath_ioctl_spectral(struct ath_softc *sc, struct ath_diag *ad)
if (insize < sizeof(int)) {
device_printf(sc->sc_dev, "%d != %d\n",
insize,
- sizeof(int));
+ (int) sizeof(int));
error = EINVAL;
break;
}
OpenPOWER on IntegriCloud