diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-04-26 06:53:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-26 06:56:09 -0400 |
commit | 71c5e53b42f3641f6066c34b2c060dfe64d0ac2e (patch) | |
tree | 36f0f80bfe03c8c9feef1f4c28a8a8b2005d50ae /drivers/spi/spi-pxa2xx.c | |
parent | 83835fb07836eac1b35e98b919bf757ff7f77aad (diff) |
spi: Drop duplicate code to set master->dev.parent
It's done by spi_alloc_master().
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 85e59a406a4c..e48320667b37 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
@@ -1543,7 +1543,6 @@ static int pxa2xx_spi_probe(struct platform_device *pdev) | |||
1543 | drv_data->pdev = pdev; | 1543 | drv_data->pdev = pdev; |
1544 | drv_data->ssp = ssp; | 1544 | drv_data->ssp = ssp; |
1545 | 1545 | ||
1546 | master->dev.parent = &pdev->dev; | ||
1547 | master->dev.of_node = pdev->dev.of_node; | 1546 | master->dev.of_node = pdev->dev.of_node; |
1548 | /* the spi->mode bits understood by this driver: */ | 1547 | /* the spi->mode bits understood by this driver: */ |
1549 | master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; | 1548 | master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; |