commit | cb3ed47f50407a9051b7f2533d98bb0d26702df1 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Wed Dec 23 10:26:03 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Mon Dec 28 09:32:43 2015 +0800 |
tree | 33a683e3278cce6d58b417905ee5abadad9023db | |
parent | 8b4a7b026a4e68d7ea4710a2ff8828792b8fe4d2 [diff] |
altera_qspi: call callback even if the erase failed Erase is an asynchronous operation. Device drivers are supposed to call instr->callback() whenever the operation completes, even if it completes with a failure. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>