spi: spi-geni-qcom: Print an error when we timeout setting the CS
authorDouglas Anderson <dianders@chromium.org>
Thu, 17 Dec 2020 22:29:14 +0000 (14:29 -0800)
committerMark Brown <broonie@kernel.org>
Fri, 18 Dec 2020 17:42:17 +0000 (17:42 +0000)
commit17fa81aa702ec118f2b835715897041675b06336
treefd9397abd2e6f897c4e7e013de1dec38927ec740
parent3d7d916f9bc98ce88272b3e4405c7c685afbfcd6
spi: spi-geni-qcom: Print an error when we timeout setting the CS

If we're using geni to manage the chip select line (don't do it--use a
GPIO!) and we happen to get a timeout waiting for the chip select
command to be completed, no errors are printed even though things
might not be in the best shape.  Let's add a print.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20201217142842.v3.4.I666b37646de9652cef438ac7c2c6c2053367fc6b@changeid
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-geni-qcom.c