From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Jan 2020 11:14:24 -0700 Subject: [PATCH] serial_lpuart: make clock failure less verbose In-Reply-To: <20200131133947.35583-1-giulio.benetti@benettiengineering.com> References: <79ac0fda-41ec-5f2a-30cb-e6c814af18d3@benettiengineering.com> <20200131133947.35583-1-giulio.benetti@benettiengineering.com> 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 On Fri, 31 Jan 2020 at 06:39, Giulio Benetti wrote: > > Some device may enable CONFIG_CLK but not still support this clock in > CC, so better use debug() in place of dev_warn() otherwise a lot of > boards will throw useless dev_warn()s. > > Signed-off-by: Giulio Benetti > --- > drivers/serial/serial_lpuart.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Simon Glass