From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 20 Jan 2014 11:39:21 -0800 From: Brian Norris To: Jingoo Han Subject: Re: [PATCH -next] mtd: nuc900_nand: remove redundant return value check of platform_get_resource() Message-ID: <20140120193921.GR8919@ld-irv-0074> References: <001401cf0c04$691d63d0$3b582b70$%han@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001401cf0c04$691d63d0$3b582b70$%han@samsung.com> Cc: 'Wei Yongjun' , 'Wan ZongShun' , linux-kernel@vger.kernel.org, yongjun_wei@trendmicro.com.cn, linux-mtd@lists.infradead.org, 'David Woodhouse' , linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jan 08, 2014 at 08:58:49AM +0900, Jingoo Han wrote: > On Tuesday, January 07, 2014 10:39 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(). > > > > Signed-off-by: Wei Yongjun > > Reviewed-by: Jingoo Han Pushed to l2-mtd.git. Thanks! Brian