OSDN Git Service

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)
commitf1b2c1c84f7f04d91749e1550f24510c6b6eac73
tree6b53db5724b248728e90d6921946bb2be24810ae
parentb172fd0c898022c47161a99cb40be5304b0d3fd0
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