Merge tag 'at91-soc2' of git://github.com/at91linux/linux-at91 into next/soc
[linux-2.6-microblaze.git] / drivers / dma / amba-pl08x.c
index 8114731..e34024b 100644 (file)
@@ -1040,7 +1040,7 @@ static int pl08x_fill_llis_for_desc(struct pl08x_driver_data *pl08x,
 
                if (early_bytes) {
                        dev_vdbg(&pl08x->adev->dev,
-                               "%s byte width LLIs (remain 0x%08x)\n",
+                               "%s byte width LLIs (remain 0x%08zx)\n",
                                __func__, bd.remainder);
                        prep_byte_width_lli(pl08x, &bd, &cctl, early_bytes,
                                num_llis++, &total_bytes);
@@ -1653,7 +1653,7 @@ static struct dma_async_tx_descriptor *pl08x_prep_slave_sg(
 static struct dma_async_tx_descriptor *pl08x_prep_dma_cyclic(
                struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len,
                size_t period_len, enum dma_transfer_direction direction,
-               unsigned long flags, void *context)
+               unsigned long flags)
 {
        struct pl08x_dma_chan *plchan = to_pl08x_chan(chan);
        struct pl08x_driver_data *pl08x = plchan->host;
@@ -1662,7 +1662,7 @@ static struct dma_async_tx_descriptor *pl08x_prep_dma_cyclic(
        dma_addr_t slave_addr;
 
        dev_dbg(&pl08x->adev->dev,
-               "%s prepare cyclic transaction of %d/%d bytes %s %s\n",
+               "%s prepare cyclic transaction of %zd/%zd bytes %s %s\n",
                __func__, period_len, buf_len,
                direction == DMA_MEM_TO_DEV ? "to" : "from",
                plchan->name);