From: Jate Sujjavanich Date: Wed, 29 Sep 2010 13:44:32 +0000 (-0400) Subject: spi/m68knommu: Coldfire QSPI platform support X-Git-Tag: v2.6.37~16^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc463426ab5eb39e76df637b29a4f191d01b8a0;p=pandora-kernel.git spi/m68knommu: Coldfire QSPI platform support After grabbing a msg from the msgq, the mcfqspi_work function calls list_del_init on the mcfqspi->msgq which unintentionally deletes the rest of the list before it can be processed. If qspi call was made using spi_sync, this can result in a process hang. Signed-off-by: Jate Sujjavanich Acked-by: Steven King Signed-off-by: Grant Likely --- Reading git-diff-tree failed