From: Fionn Cleary Date: Thu, 23 Apr 2015 19:13:40 +0000 (+0200) Subject: spi/omap2-mcpsi: Always call spi_finalize_current_message() X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~35^2~1^2^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5a06e75f38376238db6a38240bac4b27dfe5216;p=pandora-kernel.git spi/omap2-mcpsi: Always call spi_finalize_current_message() The spi queue waits forever for spi_finalize_current_message() to be called, blocking the bus. Ensure that all error paths from omap2_mcspi_transfer_one_message() call spi_finalize_current_message(). Signed-off-by: Fionn Cleary Signed-off-by: Mark Brown --- Reading git-diff-tree failed