diff options
Diffstat (limited to 'drivers/dma/amba-pl08x.c')
-rw-r--r-- | drivers/dma/amba-pl08x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c index 8114731a1c62..e34024b000a4 100644 --- a/drivers/dma/amba-pl08x.c +++ b/drivers/dma/amba-pl08x.c | |||
@@ -1040,7 +1040,7 @@ static int pl08x_fill_llis_for_desc(struct pl08x_driver_data *pl08x, | |||
1040 | 1040 | ||
1041 | if (early_bytes) { | 1041 | if (early_bytes) { |
1042 | dev_vdbg(&pl08x->adev->dev, | 1042 | dev_vdbg(&pl08x->adev->dev, |
1043 | "%s byte width LLIs (remain 0x%08x)\n", | 1043 | "%s byte width LLIs (remain 0x%08zx)\n", |
1044 | __func__, bd.remainder); | 1044 | __func__, bd.remainder); |
1045 | prep_byte_width_lli(pl08x, &bd, &cctl, early_bytes, | 1045 | prep_byte_width_lli(pl08x, &bd, &cctl, early_bytes, |
1046 | num_llis++, &total_bytes); | 1046 | num_llis++, &total_bytes); |
@@ -1653,7 +1653,7 @@ static struct dma_async_tx_descriptor *pl08x_prep_slave_sg( | |||
1653 | static struct dma_async_tx_descriptor *pl08x_prep_dma_cyclic( | 1653 | static struct dma_async_tx_descriptor *pl08x_prep_dma_cyclic( |
1654 | struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len, | 1654 | struct dma_chan *chan, dma_addr_t buf_addr, size_t buf_len, |
1655 | size_t period_len, enum dma_transfer_direction direction, | 1655 | size_t period_len, enum dma_transfer_direction direction, |
1656 | unsigned long flags, void *context) | 1656 | unsigned long flags) |
1657 | { | 1657 | { |
1658 | struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); | 1658 | struct pl08x_dma_chan *plchan = to_pl08x_chan(chan); |
1659 | struct pl08x_driver_data *pl08x = plchan->host; | 1659 | struct pl08x_driver_data *pl08x = plchan->host; |
@@ -1662,7 +1662,7 @@ static struct dma_async_tx_descriptor *pl08x_prep_dma_cyclic( | |||
1662 | dma_addr_t slave_addr; | 1662 | dma_addr_t slave_addr; |
1663 | 1663 | ||
1664 | dev_dbg(&pl08x->adev->dev, | 1664 | dev_dbg(&pl08x->adev->dev, |
1665 | "%s prepare cyclic transaction of %d/%d bytes %s %s\n", | 1665 | "%s prepare cyclic transaction of %zd/%zd bytes %s %s\n", |
1666 | __func__, period_len, buf_len, | 1666 | __func__, period_len, buf_len, |
1667 | direction == DMA_MEM_TO_DEV ? "to" : "from", | 1667 | direction == DMA_MEM_TO_DEV ? "to" : "from", |
1668 | plchan->name); | 1668 | plchan->name); |