]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pxa2xx: Remove the shutdown callback
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 17 Sep 2018 12:11:24 +0000 (14:11 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Sep 2018 21:33:57 +0000 (14:33 -0700)
commitf8d48d2b263c1e7db4349ab1abd07735007c83b3
tree8847f2b6d786860b0751e5e16b4832ddb701e929
parentf0db5439757cbb6a61c7d8615f0bb550eac68926
spi: pxa2xx: Remove the shutdown callback

It makes no sense to remove the device on shutdown. And it break things
when the hardware crucial for shutdown (such as the embedded controller)
is attached to the SPI bus.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c