From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755868AbcAHRs3 (ORCPT ); Fri, 8 Jan 2016 12:48:29 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:34274 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755804AbcAHRsY (ORCPT ); Fri, 8 Jan 2016 12:48:24 -0500 Date: Fri, 8 Jan 2016 09:48:20 -0800 From: Brian Norris To: Boris Brezillon Cc: Harvey Hunt , linux-mtd@lists.infradead.org, dwmw2@infradead.org, Alex Smith , linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: nand: jz4780: Update ecc correction error codes Message-ID: <20160108174820.GM109450@google.com> References: <1452271517-18993-1-git-send-email-harvey.hunt@imgtec.com> <20160108181422.4b94ffbd@bbrezillon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160108181422.4b94ffbd@bbrezillon> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 08, 2016 at 06:14:22PM +0100, Boris Brezillon wrote: > On Fri, 8 Jan 2016 16:45:17 +0000 > Harvey Hunt wrote: > > > Update jz4780_bch_ecc_correct's return codes with appropriate values, > > as specified in /include/linux/mtd/nand.h. > > Oh, nice catch. Agreed. > Reviewed-by: Boris Brezillon Applied, thanks