spi: s3c64xx: let the SPI core determine the bus number
[linux-2.6-microblaze.git] / drivers / spi / spi-s3c64xx.c
index 68f95c0..ac47755 100644 (file)
@@ -1279,7 +1279,7 @@ static int s3c64xx_spi_probe(struct platform_device *pdev)
        sdd->rx_dma.direction = DMA_DEV_TO_MEM;
 
        host->dev.of_node = pdev->dev.of_node;
-       host->bus_num = sdd->port_id;
+       host->bus_num = -1;
        host->setup = s3c64xx_spi_setup;
        host->cleanup = s3c64xx_spi_cleanup;
        host->prepare_transfer_hardware = s3c64xx_spi_prepare_transfer;
@@ -1360,7 +1360,7 @@ static int s3c64xx_spi_probe(struct platform_device *pdev)
        }
 
        dev_dbg(&pdev->dev, "Samsung SoC SPI Driver loaded for Bus SPI-%d with %d Targets attached\n",
-                                       sdd->port_id, host->num_chipselect);
+               host->bus_num, host->num_chipselect);
        dev_dbg(&pdev->dev, "\tIOmem=[%pR]\tFIFO %dbytes\n",
                mem_res, sdd->fifo_depth);