From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aO9mW-0007SC-Ia for linux-mtd@lists.infradead.org; Tue, 26 Jan 2016 20:00:05 +0000 Received: by mail-pa0-x22e.google.com with SMTP id yy13so102373401pab.3 for ; Tue, 26 Jan 2016 11:59:44 -0800 (PST) Date: Tue, 26 Jan 2016 11:59:41 -0800 From: Brian Norris To: Boris Brezillon Cc: Han Xu , Huang Shijie , linux-mtd@lists.infradead.org Subject: Re: [PATCH] remove deprecated oobinfo retrieval Message-ID: <20160126195941.GA118766@google.com> References: <1453790537-20566-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453790537-20566-1-git-send-email-boris.brezillon@free-electrons.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Jan 26, 2016 at 07:42:16AM +0100, Boris Brezillon wrote: > From: Boris BREZILLON > > This remove OOB info retrieval, which is not used anywhere else in the code > and can generate errors when called on newer NAND that have more than 32 > bytes of ECC or 16 bytes available for user usage in the OOB area. > > Signed-off-by: Boris BREZILLON > --- > src/mtd.c | 8 -------- > src/mtd.h | 1 - > 2 files changed, 9 deletions(-) What source are you trying to patch? Doesn't look like Linux or mtd-utils.