From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fMUnk-0007Ru-6S for linux-mtd@lists.infradead.org; Sat, 26 May 2018 08:45:06 +0000 Date: Sat, 26 May 2018 10:43:24 +0200 From: Miquel Raynal To: Abhishek Sahu Cc: Boris Brezillon , David Woodhouse , Brian Norris , Marek Vasut , Richard Weinberger , Cyrille Pitchen , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, Andy Gross , Archit Taneja Subject: Re: [PATCH v3 12/16] mtd: rawnand: qcom: fix return value for raw page read Message-ID: <20180526104324.5284594c@xps13> In-Reply-To: <1527250904-21988-13-git-send-email-absahu@codeaurora.org> References: <1527250904-21988-1-git-send-email-absahu@codeaurora.org> <1527250904-21988-13-git-send-email-absahu@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Abhishek, On Fri, 25 May 2018 17:51:40 +0530, Abhishek Sahu wrote: > Fix value returned by ->read_page_raw() to be the > actual operation status, instead of always 0. > > Signed-off-by: Abhishek Sahu > --- Acked-by: Miquel Raynal