Tony Lindgren d073bfa56b
spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend()
Commit 5a686b2c9ed4 ("spi: omap2-mcspi: Idle hardware during suspend
and resume") added calls for pm_runtime_force_suspend() and
pm_runtime_force_resume() to make sure spi is idled between
device_prepare() and device_complete().

But testing Linux next, I now noticed that we will get the following:

spi_master spi0: Failed to power device: -13

Looking at things more turns out we can just remove this non-standard
code. I was probably testing with some extra experimental patches
earlier when I thought we need pm_runtime_force_suspend() and
pm_runtime_force_resume().

Fixes: 5a686b2c9ed4 ("spi: omap2-mcspi: Idle hardware during suspend
and resume")
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-05-21 16:44:29 +01:00
..
2017-07-17 12:09:38 +01:00
2018-04-20 17:53:20 +01:00
2016-07-07 11:44:43 +02:00
2018-05-03 10:27:21 +09:00
2015-12-07 20:09:09 +00:00
2018-05-03 10:27:43 +09:00
2017-08-23 17:12:05 +01:00
2017-01-23 18:09:37 +00:00
2018-04-19 18:17:46 +01:00
2017-08-10 15:50:23 +01:00
2017-05-26 12:41:07 +01:00