Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 468e0f47 authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Mark Brown
Browse files

spi/pxa2xx-pci: remove unnecessary assignment



There is no need to unset driver data pointer at removal stage.

Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent afa93c90
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -123,7 +123,6 @@ static void pxa2xx_spi_pci_remove(struct pci_dev *dev)

	platform_device_unregister(pdev);
	clk_unregister(spi_pdata->ssp.clk);
	pci_set_drvdata(dev, NULL);
}

static const struct pci_device_id pxa2xx_spi_pci_devices[] = {