diff options
author | Patrice Chotard <[email protected]> | 2022-05-11 09:46:43 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-05-11 17:40:09 +0100 |
commit | 0cf8d32600cf5660ee45d421f1b6e3a129ca58b6 (patch) | |
tree | fa1e6e086dde0d965942a4b6988d09548ecab779 /scripts/gdb/linux/tasks.py | |
parent | d83d89ea68b4726700fa87b22db075e4217e691c (diff) |
spi: stm32-qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()
Currently, SR_TCF flag is checked in case there is data, this criteria
is not correct.
SR_TCF flags is set when programmed number of bytes has been transferred
to the memory device ("bytes" comprised command and data send to the
SPI device).
So even if there is no data, we must check SR_TCF flag.
Signed-off-by: Patrice Chotard <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions