Re: [PATCH 05/12] syscon: Drop the logging in syscon_get_by_driver_data()

2020-10-22 Thread Tom Rini
On Sun, Sep 27, 2020 at 06:46:17PM -0600, Simon Glass wrote: > 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

[PATCH 05/12] syscon: Drop the logging in syscon_get_by_driver_data()

2020-09-27 Thread Simon Glass
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 --- drivers/core/sysc