spi/spi_s3c64xx: Warn if PIO transfers time out
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 23 Aug 2010 16:40:56 +0000 (17:40 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 8 Sep 2010 18:23:03 +0000 (12:23 -0600)
When using PIO we have a timeout for the TX and RX FIFOs to ensure that
the data actually gets transferred. Warn if we hit that timeout - it
should never happen, but this makes sure we'll find out if it does.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

No differences found