Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_maste…
…r in s3c24xx_spi_remove Calling spi_bitbang_stop() will also destroy bitbang->workqueue, which is created by calling spi_bitbang_start() in s3c24xx_spi_probe(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
- Loading branch information