commit | f1dd0ac9fde4e4cffb0712b12660f57ac906845e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:57:42 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:33 2020 +0800 |
tree | 2ba20bfeb8d3a58cae688b71d603c4fd9f15fe34 | |
parent | 7508120d9add2e74727a4ecb9a4c3107bc83702d [diff] |
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>