summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-omap2-mcspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-omap2-mcspi.c')
-rw-r--r--drivers/spi/spi-omap2-mcspi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c
index 5994039758de..fc190a5a0bad 100644
--- a/drivers/spi/spi-omap2-mcspi.c
+++ b/drivers/spi/spi-omap2-mcspi.c
@@ -1340,7 +1340,7 @@ static int omap2_mcspi_probe(struct platform_device *pdev)
1340 if (of_get_property(node, "ti,pindir-d0-out-d1-in", NULL)) 1340 if (of_get_property(node, "ti,pindir-d0-out-d1-in", NULL))
1341 mcspi->pin_dir = MCSPI_PINDIR_D0_OUT_D1_IN; 1341 mcspi->pin_dir = MCSPI_PINDIR_D0_OUT_D1_IN;
1342 } else { 1342 } else {
1343 pdata = pdev->dev.platform_data; 1343 pdata = dev_get_platdata(&pdev->dev);
1344 master->num_chipselect = pdata->num_cs; 1344 master->num_chipselect = pdata->num_cs;
1345 if (pdev->id != -1) 1345 if (pdev->id != -1)
1346 master->bus_num = pdev->id; 1346 master->bus_num = pdev->id;