usb: gadget: tegra-xudc: Do not print errors on probe deferral
authorThierry Reding <treding@nvidia.com>
Thu, 6 Aug 2020 16:04:17 +0000 (18:04 +0200)
committerFelipe Balbi <balbi@kernel.org>
Fri, 2 Oct 2020 06:57:43 +0000 (09:57 +0300)
commita50758bb6c740954c81aecb5a15df8e0c8da6250
treef6c02f49f74986a0d0d1d5d86798aa2ef359544d
parent230c1aa370890dcd87772e775c19fa603ca5ac11
usb: gadget: tegra-xudc: Do not print errors on probe deferral

Probe deferral is an expected condition and can happen multiple times
during boot. Make sure not to output an error message in that case
because they are not useful.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/udc/tegra-xudc.c