|
@@ -963,8 +963,8 @@ static int davinci_spi_probe(struct platform_device *pdev)
|
|
goto free_clk;
|
|
goto free_clk;
|
|
|
|
|
|
dev_info(&pdev->dev, "DMA: supported\n");
|
|
dev_info(&pdev->dev, "DMA: supported\n");
|
|
- dev_info(&pdev->dev, "DMA: RX channel: %d, TX channel: %d, "
|
|
|
|
- "event queue: %d\n", dma_rx_chan, dma_tx_chan,
|
|
|
|
|
|
+ dev_info(&pdev->dev, "DMA: RX channel: %pa, TX channel: %pa, "
|
|
|
|
+ "event queue: %d\n", &dma_rx_chan, &dma_tx_chan,
|
|
pdata->dma_event_q);
|
|
pdata->dma_event_q);
|
|
}
|
|
}
|
|
|
|
|