spi: pxa2xx: move debug messages to pump_transfer()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 22 Oct 2015 13:44:39 +0000 (16:44 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 23:56:05 +0000 (08:56 +0900)
commitd74c4b1c61ecc5ad8158ac649245fdfc9601c1b5
tree722e08510c18940add0cc2138172b5f5f7bf5341
parent3ad48062233f32a8dd2649403f5afc076710f86b
spi: pxa2xx: move debug messages to pump_transfer()

The speed can be changed from transfer to transfer, that's why the messages
do not depict the actual values during ->setup(). Move debug messages from
->setup() to pump_transfers(). Get rid of leftovers as well.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c