commit | 72f0d99e9e3322b2dfb068af3ab47149c1a94c2e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 27 18:46:17 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 09:53:31 2020 -0400 |
tree | 2cff065040cc0162528c8c57700fb49fb797747d | |
parent | 31120e14cd9a785c020665d36f763832e0478b83 [diff] |
syscon: Drop the logging in syscon_get_by_driver_data() This function can be called when it is not known whether it will find anything. This results in confusing log messages if the device is not found. It is better for the caller to log the failure, if necessary. Drop the logging from this function. Signed-off-by: Simon Glass <sjg@chromium.org>