Merge tag 'pm-extra-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[cascardo/linux.git] / drivers / dma / sa11x0-dma.c
index 4ebc00f..1adeb32 100644 (file)
@@ -599,7 +599,7 @@ static struct dma_async_tx_descriptor *sa11x0_dma_prep_slave_sg(
        txd->size = size;
        txd->sglen = j;
 
-       dev_dbg(chan->device->dev, "vchan %p: txd %p: size %u nr %u\n",
+       dev_dbg(chan->device->dev, "vchan %p: txd %p: size %zu nr %u\n",
                &c->vc, &txd->vd, txd->size, txd->sglen);
 
        return vchan_tx_prep(&c->vc, &txd->vd, flags);