On 8/20/20 3:26 PM, Simon Glass wrote: > On Fri, 7 Aug 2020 at 08:43, Sean Anderson <sean...@gmail.com> wrote: >> >> This allows different log levels to be enabled or disabled depending on the >> desired level of verbosity. In particular, it allows for general debug >> information to be printed while excluding more verbose logging which may >> interfere with timing. >> >> Signed-off-by: Sean Anderson <sean...@gmail.com> >> --- >> >> Changes in v2: >> - New >> >> drivers/spi/designware_spi.c | 33 ++++++++++++++++----------------- >> 1 file changed, 16 insertions(+), 17 deletions(-) >> > > Reviewed-by: Simon Glass <s...@chromium.org>
NAK, please use dev_dbg() instead.