commit | 708a7e438806c02add92a585b0a6b4b2ae50159b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sun May 15 07:33:28 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Fri May 20 00:43:07 2011 -0600 |
tree | 15efa6450f988c081a1df5b41db7a3aa098d03fa | |
parent | 8901e1b98e1dad75c4567d03dd00a59bd6c450e8 [diff] |
spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc900_spi_remove Calling spi_bitbang_stop() will also destroy bitbang->workqueue, which is created by calling spi_bitbang_start() in nuc900_spi_probe(). Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>