From: Axel Lin Date: Sat, 14 May 2011 23:35:16 +0000 (+0800) Subject: spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c24xx_spi... X-Git-Tag: v3.0-rc1~133^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e7b8cb11632a3b3968c6f64e179c7619eb70c0;p=pandora-kernel.git 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 Signed-off-by: Grant Likely --- Reading git-diff-tree failed