Home
last modified time | relevance | path

Searched hist:"9 e957aa4ce959faa89d31bc3ff401cc08bbc1013" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Daltera_qspi.c9e957aa4ce959faa89d31bc3ff401cc08bbc1013 Wed Dec 23 02:26:03 UTC 2015 Thomas Chou <thomas@wytron.com.tw> 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>