From: Ben Dooks Date: Tue, 15 Apr 2008 21:34:44 +0000 (-0700) Subject: spi: spi_s3c24xx driver must init completion X-Git-Tag: v2.6.25~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bb5eba06b4bc57e30b0f6336c9907e85c395197;p=pandora-kernel.git spi: spi_s3c24xx driver must init completion The s3c24xx_spi_txrx() function should initialise the completion each time before using it, otherwise we end up with the possibility of returning success before the interrupt handler has processed all the data. Signed-off-by: Ben Dooks Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed