summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/hdspe-pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/hdspe-pcm.c')
-rw-r--r--sys/dev/sound/pci/hdspe-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/hdspe-pcm.c b/sys/dev/sound/pci/hdspe-pcm.c
index dc62377..d84712d 100644
--- a/sys/dev/sound/pci/hdspe-pcm.c
+++ b/sys/dev/sound/pci/hdspe-pcm.c
@@ -668,7 +668,7 @@ hdspe_pcm_attach(device_t dev)
scp->chnum++;
}
- snprintf(status, SND_STATUSLEN, "at io 0x%lx irq %ld %s",
+ snprintf(status, SND_STATUSLEN, "at io 0x%jx irq %jd %s",
rman_get_start(scp->sc->cs),
rman_get_start(scp->sc->irq),
PCM_KLDSTRING(snd_hdspe));
OpenPOWER on IntegriCloud