commit | c6e7b8cb11632a3b3968c6f64e179c7619eb70c0 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sun May 15 07:35:16 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 20 00:43:07 2011 -0600 |
tree | 6c96a512b7563df0fcb234edbd9416b42e3c7b93 | |
parent | 708a7e438806c02add92a585b0a6b4b2ae50159b [diff] |
spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master 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>