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>
Please register or sign in to comment