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 1XEPmG-0000Vu-C8 for linux-mtd@lists.infradead.org; Mon, 04 Aug 2014 21:26:50 +0000 Received: by mail-pa0-f46.google.com with SMTP id lj1so36098pab.19 for ; Mon, 04 Aug 2014 14:26:23 -0700 (PDT) Date: Mon, 4 Aug 2014 14:26:20 -0700 From: Brian Norris To: weiyj_lk@163.com Subject: Re: [PATCH -next] mtd: atmel_nand: remove redundant dev_err call Message-ID: <20140804212620.GD3711@ld-irv-0074> References: <1406553595-29939-1-git-send-email-weiyj_lk@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1406553595-29939-1-git-send-email-weiyj_lk@163.com> Cc: Artem Bityutskiy , Jingoo Han , Josh Wu , Wei Yongjun , Rob Herring , linux-mtd@lists.infradead.org, Grant Likely , Jean-Christophe PLAGNIOL-VILLARD , David Woodhouse List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jul 28, 2014 at 09:19:55PM +0800, weiyj_lk@163.com wrote: > From: Wei Yongjun > > There is a error message within devm_ioremap_resource > already, so remove the dev_err call to avoid redundant > error message. > > Signed-off-by: Wei Yongjun Queued to l2-mtd.git/next. Thanks! Brian