commit | 0bc463426ab5eb39e76df637b29a4f191d01b8a0 | [log] [tgz] |
---|---|---|
author | Jate Sujjavanich <[email protected]> | Wed Sep 29 09:44:32 2010 -0400 |
committer | Grant Likely <[email protected]> | Wed Dec 29 23:28:25 2010 -0700 |
tree | 815c32b4cccf81c55709da28d424782e81b19efe | |
parent | 42ce7fd6319bed8ecb26d656c476365da46b29e9 [diff] |
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 <[email protected]> Acked-by: Steven King <[email protected]> Signed-off-by: Grant Likely <[email protected]>