x86/smpboot: Init apic mapping before usage
[cascardo/linux.git] / drivers / dma / sa11x0-dma.c
index 137fad5..1adeb32 100644 (file)
@@ -491,7 +491,7 @@ static enum dma_status sa11x0_dma_tx_status(struct dma_chan *chan,
        }
        spin_unlock_irqrestore(&c->vc.lock, flags);
 
-       dev_vdbg(d->slave.dev, "tx_status: bytes 0x%zx\n", state->residue);
+       dev_vdbg(d->slave.dev, "tx_status: bytes 0x%x\n", state->residue);
 
        return ret;
 }
@@ -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);