Skip to content
  • Simon Glass's avatar
    exynos: spi: Convert the timeout to debug() · c7d50e7f
    Simon Glass authored
    
    
    Since the timeout is reported through normal channels, and is sometimes
    expected (e.g. if the bus is being probed for a non-existent device),
    don't display the message in the driver.
    
    In general, drivers should not write to the console as this limits their
    usefulness in error conditions.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    c7d50e7f