|
@@ -1443,8 +1443,8 @@ static int s3c64xx_spi_probe(struct platform_device *pdev)
|
|
|
|
|
|
dev_dbg(&pdev->dev, "Samsung SoC SPI Driver loaded for Bus SPI-%d with %d Slaves attached\n",
|
|
|
sdd->port_id, master->num_chipselect);
|
|
|
- dev_dbg(&pdev->dev, "\tIOmem=[0x%x-0x%x]\tDMA=[Rx-%d, Tx-%d]\n",
|
|
|
- mem_res->end, mem_res->start,
|
|
|
+ dev_dbg(&pdev->dev, "\tIOmem=[%pR]\tDMA=[Rx-%d, Tx-%d]\n",
|
|
|
+ mem_res,
|
|
|
sdd->rx_dma.dmach, sdd->tx_dma.dmach);
|
|
|
|
|
|
pm_runtime_enable(&pdev->dev);
|