V4L/DVB: drivers/media/video/cx18/cx18-alsa-pcm.c: fix printk warning
[safe/jmp/linux-2.6] / drivers / media / video / cx18 / cx18-alsa-pcm.c
index cfa5121..2bd312d 100644 (file)
@@ -79,7 +79,7 @@ void cx18_alsa_announce_pcm_data(struct snd_cx18_card *cxsc, u8 *pcm_data,
        int period_elapsed = 0;
        int length;
 
-       dprintk("cx18 alsa announce ptr=%p data=%p num_bytes=%d\n", cxsc,
+       dprintk("cx18 alsa announce ptr=%p data=%p num_bytes=%zd\n", cxsc,
                pcm_data, num_bytes);
 
        substream = cxsc->capture_pcm_substream;