spi: topcliff-pch: Transform noisy message to dev_vdbg
authorAlexander Stein <alexander.stein@systec-electronic.com>
Tue, 25 Mar 2014 07:10:32 +0000 (08:10 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 25 Mar 2014 18:55:48 +0000 (18:55 +0000)
commit342451df07109f865e6c108b7205e9738e814f3f
tree2992776b3320af8b1a9fb2d2a46e591b6b092ec8
parentb86e81d9a7d28a658904d8b14da7b5cb0d8f8a21
spi: topcliff-pch: Transform noisy message to dev_vdbg

If during a SPI transfer with len larger than PCH_MAX_FIFO_DEPTH and the
IRQ handler happens to be called when the transmit FIFO is already empty,
and SPSR_FI_BIT is set consequently, the message
"spi_master spi32766: pch_spi_handler_sub : Transfer is not completed"
is spammed to the systemlog, because tx_index has already increased
further due to the next bytes to be written. This case is uncritical as
new bytes have already been written.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-topcliff-pch.c