diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-04-26 13:53:12 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-26 13:56:09 +0300 |
commit | 71c5e53b42f3641f6066c34b2c060dfe64d0ac2e (patch) | |
tree | 36f0f80bfe03c8c9feef1f4c28a8a8b2005d50ae /drivers/spi/spi-pxa2xx.c | |
parent | 83835fb07836eac1b35e98b919bf757ff7f77aad (diff) | |
download | linux-71c5e53b42f3641f6066c34b2c060dfe64d0ac2e.tar.xz |
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) drv_data->pdev = pdev; drv_data->ssp = ssp; - master->dev.parent = &pdev->dev; master->dev.of_node = pdev->dev.of_node; /* the spi->mode bits understood by this driver: */ master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LOOP; |