x86: pinctrl: Silence the warning when a pin is not found
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:42 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 01:51:33 +0000 (09:51 +0800)
commitdd27cd6dab40765797962df500bda8eab6e665f5
tree2ba20bfeb8d3a58cae688b71d603c4fd9f15fe34
parent98bf740e7f690951acf672486d57587e21237da8
x86: pinctrl: Silence the warning when a pin is not found

This does not necessarily indicate a problem, since some pins are
optional. Let the caller show an error if necessary.
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/intel/pinctrl.c