HSI: omap_ssi_core: use pm_runtime_put instead of pm_runtime_put_sync
authorSebastian Reichel <sre@kernel.org>
Fri, 17 Jun 2016 18:59:46 +0000 (20:59 +0200)
committerSebastian Reichel <sre@kernel.org>
Mon, 27 Jun 2016 22:39:21 +0000 (00:39 +0200)
commitea88f717cdbe94e60bf2b0082648453cf2401ffc
tree9498967268b9700664226694dd13feb0a318689c
parent7c5d81620ecd37702e86232de819eb1dd4c738e0
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>
drivers/hsi/controllers/omap_ssi_core.c