Skip to content
Commit 0bc46342 authored by Jate Sujjavanich's avatar Jate Sujjavanich Committed by Grant Likely
Browse files

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: default avatarJate Sujjavanich <jsujjavanich@syntech-fuelmaster.com>
Acked-by: default avatarSteven King <sfking@fdwdc.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 42ce7fd6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment