From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W5Kgq-00021J-Dh for linux-mtd@lists.infradead.org; Mon, 20 Jan 2014 19:39:23 +0000 Received: by mail-ie0-f172.google.com with SMTP id e14so8799469iej.3 for ; Mon, 20 Jan 2014 11:38:59 -0800 (PST) Date: Mon, 20 Jan 2014 11:38:55 -0800 From: Brian Norris To: Jingoo Han Subject: Re: [PATCH -next] mtd: plat_nand: remove redundant return value check of platform_get_resource() Message-ID: <20140120193855.GQ8919@ld-irv-0074> References: <001501cf0c05$0ca196c0$25e4c440$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501cf0c05$0ca196c0$25e4c440$%han@samsung.com> Cc: 'Wei Yongjun' , 'Artem Bityutskiy' , yongjun_wei@trendmicro.com.cn, 'Rob Herring' , linux-mtd@lists.infradead.org, 'Grant Likely' , 'David Woodhouse' List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 08, 2014 at 09:03:24AM +0900, Jingoo Han wrote: > On Tuesday, January 07, 2014 10:38 PM, Wei Yongjun wrote: > > > > From: Wei Yongjun > > > > Remove unneeded error handling on the result of a call > > to platform_get_resource() when the value is passed to > > devm_ioremap_resource(). And move those two call together > > to make the connection between them more clear. > > > > Signed-off-by: Wei Yongjun > > Reviewed-by: Jingoo Han Pushed to l2-mtd.git. Thanks! Brian