]> asedeno.scripts.mit.edu Git - linux.git/commit
tty: serial: 8250-of: Do not warn on deferred probe
authorThierry Reding <treding@nvidia.com>
Wed, 5 Jun 2019 08:51:42 +0000 (10:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Jun 2019 17:12:09 +0000 (19:12 +0200)
commit87bb008c77a326855def246bf877e651d1fa74aa
tree9c7e0b0dafdda7b760a2a43b420ca54fbd009717
parentf5a9e5f7dd8c5ff0c32e6f86d56955aab64d6057
tty: serial: 8250-of: Do not warn on deferred probe

Deferred probe is an expected return value for clk_get() on many
platforms. The driver deals with it properly, so there's no need
to output a warning that may potentially confuse users.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_of.c