driver core: silence device link messages unless debugging
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 21 Dec 2018 16:23:41 +0000 (17:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jan 2019 13:25:26 +0000 (14:25 +0100)
commit8a4b32691120b8fd6b029f5ad37d742a97ec82c1
tree71b31ce7506e73cdd4297b62ae5a52424a4b7f82
parent549ad24374c0f796a0d3676a8962596915921c68
driver core: silence device link messages unless debugging

On platforms making a fair use of regulators, the dev_info() messages
coming from the device link function are a bit too verbose. The amount
of message will increase further with the clock framework joining the
device link party.

These messages looks valuable for people debugging device link related
issues, so dev_dbg() looks more appropriate than dev_info().

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c