From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 30 Jan 2021 13:27:02 -0800 Subject: [PATCH 06/11] clk: Add debugging for return values In-Reply-To: <20210121205716.964652-7-sjg@chromium.org> References: <20210121205716.964652-7-sjg@chromium.org> <20210121205716.964652-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Use the log_msg_ret() mechanism to get error-return information when clocks fail to probe, etc. Signed-off-by: Simon Glass --- drivers/clk/clk-uclass.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Applied to u-boot-dm, thanks!