Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2411816pxj; Mon, 10 May 2021 02:13:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJytCWNoyfjA+/58odUJ0fOh2YICeIL7SADvc3exgacSurEj84e3Xq7QiE5LzlKb9lZT4A0p X-Received: by 2002:a5e:880b:: with SMTP id l11mr17079795ioj.42.1620637997601; Mon, 10 May 2021 02:13:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620637997; cv=none; d=google.com; s=arc-20160816; b=q6Iq5MiWtTqE7rkY+iPgMbpt8e13EdMXYhWVcM5tkCiTN44q9iU/FOrJMy32WJqFnZ mW837H++oclkUeU4xbZ5tweYG1SxGKFJyWU8XrDfx4DNVakXb13mPPOmYf1aBBi88+FJ hZIlylC9aCL2K5maSeOVEU3QZIquhinkPNcCNVePNy44uIwJOxb31vBgmxsZdntemqMu AfVte7eCJhKK1cpT8ivIBt7fjK9vUKnI6rSKf1JBJ+eyvq6xFypFyBty76YBo759k0i0 XmYYTsxl/59g2mRyNFMqxj48Shjs/aPs8WXiFO2wRUn/b7ttHsw5lE+iiE6H+hFSjzqM 9L4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=n2YiIlSI4wfMMOn6XOoXGC6NwIafLnNqbf0s1TL+AgY=; b=HxF6dgRIY0NvX7nFF41CoKXiat6bjvEM4aV6ddEvfCv9nabHFJ5AMJ8hTAY0CBVMMj W/skSdd+o6VfpXe7CkZqMLlHNcx+HST9BjKrh/eSYAoSppGU0huGNuy8bacljJ2hUL6W MGCOHrXdBCdlpeVlCh67zvGjAb2sJz5VMfVQDynQhaCD6Y0/GA9yE7NAftlD9gVDbF2C eYGIgfbefXsZfU6ic3utz6XFgIxSxucBOOMM3zZWkXv724kXsj0oEEQOxqBRc5nYB2U2 CXLcl+HpNAtLTvGvaIV8//+S6J3P9cLecArhF6VJghAvzj6gyPJlHRlx8gKK3eZS5zz5 yo6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m20si16174574jas.125.2021.05.10.02.13.05; Mon, 10 May 2021 02:13:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230367AbhEJJLt (ORCPT + 99 others); Mon, 10 May 2021 05:11:49 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:50959 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230405AbhEJJL2 (ORCPT ); Mon, 10 May 2021 05:11:28 -0400 Received: from xps13.home (lfbn-tou-1-1325-59.w90-89.abo.wanadoo.fr [90.89.138.59]) (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 65F73200011; Mon, 10 May 2021 09:10:21 +0000 (UTC) From: Miquel Raynal To: Wei Li , huawei.libin@huawei.com, Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Boris Brezillon Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Hulk Robot Subject: Re: [PATCH RESEND -next] mtd: rawnand: Remove redundant dev_err call in hisi_nfc_probe() Date: Mon, 10 May 2021 11:10:20 +0200 Message-Id: <20210510091020.4229-1-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210407100526.3278741-1-liwei391@huawei.com> References: MIME-Version: 1.0 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: b'03299d054047c32d864abe2e640533c55acda6c7' Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2021-04-07 at 10:05:26 UTC, Wei Li wrote: > There is a error message within devm_ioremap_resource > already, so remove the dev_err call to avoid redundant > error message. > > Reported-by: Hulk Robot > Signed-off-by: Wei Li Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks. Miquel