From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 28 Dec 2015 09:34:10 +0800 Subject: [U-Boot] [PATCH 1/5] altera_qspi: call callback even if the erase failed In-Reply-To: <1450918284-16174-1-git-send-email-thomas@wytron.com.tw> References: <1450918284-16174-1-git-send-email-thomas@wytron.com.tw> Message-ID: <56809192.9020106@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?12?24? 08:51, Thomas Chou wrote: > 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 > --- > drivers/mtd/altera_qspi.c | 1 + > 1 file changed, 1 insertion(+) > Applied to u-boot-nios.