x86: pinctrl: Drop unlikely error messages from TPL
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 15:11:31 +0000 (08:11 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:41 +0000 (12:24 -0700)
commit53d59694ce2412db5b3607fa54f516606aab168b
tree2fce8e0c41c148220da40790124cfa3c360289a0
parent8b842be10c2d40437b1f24a8dce8718c33045376
x86: pinctrl: Drop unlikely error messages from TPL

These errors are only really for development purposes. Drop them to reduce
the size of TPL. The error numbers are still reported.

This reduces the TPL binary size on coral by about 160 bytes.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pinctrl/intel/pinctrl.c