spi: Do not print a message if spi_controller_{suspend,resume}() fails
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 5 Sep 2018 08:51:57 +0000 (10:51 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 5 Sep 2018 11:38:27 +0000 (12:38 +0100)
commit7c5d8a249acadc3e9d5af643c0fe24b608a98269
treef5b8e95d463efa0ad7a704f85397bd8941203278
parent35386dfd13b746daf36a393bdf066dbe9b9b7aed
spi: Do not print a message if spi_controller_{suspend,resume}() fails

spi_controller_{suspend,resume}() already prints an error message on
failure, so there is no need to repeat this in individual drivers.

Note: spi_master_{suspend,resume}() is an alias for
      spi_controller_{suspend,resume}().

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Daniel Mack <daniel@zonque.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c
drivers/spi/spi-dw.c
drivers/spi/spi-fsl-espi.c
drivers/spi/spi-pl022.c
drivers/spi/spi-pxa2xx.c