Skip to content
Unverified Commit a666f261 authored by Alban Bedel's avatar Alban Bedel Committed by Mark Brown
Browse files

spi: bitbang: Don't call chipselect() in spi_bitbang_setup()



spi_setup() already call spi_set_cs() right after calling the
controller setup method, so there is no need for the bitbang driver to
do that. Because of this the chipselect() callback was confusingly
still called when CS is GPIO based.

Signed-off-by: default avatarAlban Bedel <albeu@free.fr>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 734882a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment