exynos: spi: Convert the timeout to debug()
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:11 +0000 (18:16 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Aug 2015 03:06:14 +0000 (21:06 -0600)
commitc7d50e7fb9cc7e71dde7d630b157334e7f8b63fb
treedcae32ebbabfd184d6c4681b4e618913857ef9db
parent048dba0191b55f635468671d942347651067d7e4
exynos: spi: Convert the timeout to debug()

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: Simon Glass <sjg@chromium.org>
drivers/spi/exynos_spi.c