From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Tue, 1 Dec 2015 15:21:10 +0800 Subject: [U-Boot] [PATCH 2/2] altera_qspi: fix erase and write error code In-Reply-To: <1448797103-30524-2-git-send-email-thomas@wytron.com.tw> References: <1448797103-30524-1-git-send-email-thomas@wytron.com.tw> <1448797103-30524-2-git-send-email-thomas@wytron.com.tw> Message-ID: <1448954470.2132.10.camel@altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-11-29 at 19:38 +0800, Thomas Chou wrote: > Fix erase and write error code, which should be "protected". > > Signed-off-by: Thomas Chou > --- > drivers/mtd/altera_qspi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Chin Liang See Thanks Chin Liang