t plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2016-06-17 20:59:46 +0200
committerSebastian Reichel <sre@kernel.org>2016-06-28 00:39:21 +0200
commitea88f717cdbe94e60bf2b0082648453cf2401ffc (patch)
tree9498967268b9700664226694dd13feb0a318689c
parent7c5d81620ecd37702e86232de819eb1dd4c738e0 (diff)
HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync
There is no need to disable the device synchronously, so don't do it. Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-by: Pavel Machek <pavel@ucw.cz>
-rw-r--r--drivers/hsi/controllers/omap_ssi_core.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/hsi/controllers/omap_ssi_core.c b/drivers/hsi/controllers/omap_ssi_core.c