]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
exynos: spi: Convert the timeout to debug()
authorSimon Glass <sjg@chromium.org>
Fri, 3 Jul 2015 00:16:11 +0000 (18:16 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:17:15 +0000 (08:17 +0200)
commit2875bf9349e592e848c332a0acb5332214b21f1d
tree362405031a8e427e09f98d6343e0e8c4ee3b8b6f
parentc08f84e1a3a90fe4f10b0a8f3a7426e0ebd3b984
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