]> git.baikalelectronics.ru Git - kernel.git/commit
spi: ath79: Remove now useless code
authorAlban Bedel <albeu@free.fr>
Wed, 16 Jan 2019 18:55:47 +0000 (19:55 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 17 Jan 2019 12:34:55 +0000 (12:34 +0000)
commit382828a13abf7c64c7447cfa2b33d8cdc443d211
tree6b53db5724b248728e90d6921946bb2be24810ae
parent8ff60345c2811b563be92eae895788c751a4661e
spi: ath79: Remove now useless code

The custom setup/cleanup routines included in the ath79 driver only
take care of setting the initial CS state. However that is already
handled by the bitbang code, so this code can be removed.

Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ath79.c