From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 16 Oct 2020 22:17:44 +0800 Subject: [PATCH 31/32] x86: pinctrl: Silence the warning when a pin is not found In-Reply-To: <20200928042611.1696178-30-sjg@chromium.org> References: <20200928042611.1696178-1-sjg@chromium.org> <20200928042611.1696178-30-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > This does not necessarily indicate a problem, since some pins are > optional. Let the caller show an error if necessary. > > Signed-off-by: Simon Glass > --- > > drivers/pinctrl/intel/pinctrl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng