diff options
Diffstat (limited to 'drivers/spi/spi-ti-ssp.c')
-rw-r--r-- | drivers/spi/spi-ti-ssp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-ti-ssp.c b/drivers/spi/spi-ti-ssp.c index 10606fcc6efc..7d20e121e4c1 100644 --- a/drivers/spi/spi-ti-ssp.c +++ b/drivers/spi/spi-ti-ssp.c | |||
@@ -283,7 +283,7 @@ static int ti_ssp_spi_probe(struct platform_device *pdev) | |||
283 | struct device *dev = &pdev->dev; | 283 | struct device *dev = &pdev->dev; |
284 | int error = 0; | 284 | int error = 0; |
285 | 285 | ||
286 | pdata = dev->platform_data; | 286 | pdata = dev_get_platdata(dev); |
287 | if (!pdata) { | 287 | if (!pdata) { |
288 | dev_err(dev, "platform data not found\n"); | 288 | dev_err(dev, "platform data not found\n"); |
289 | return -EINVAL; | 289 | return -EINVAL; |