summaryrefslogtreecommitdiff
path: root/proto_ipv6_in_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+25
on value='0' selected='selected'>unified
authorSebastian Reichel <sre@kernel.org>2016-06-17 22:05:32 +0200
committerSebastian Reichel <sre@kernel.org>2016-06-28 00:39:43 +0200
commitd2b8d695c61c4d2864eee900bebc2ced4f425645 (patch)
tree5ec3e41a3c67c61c28fbe8de3bfb63778cff293b
parentfa1572d956ee072e965da01d2c46f10d2b67d017 (diff)
HSI: omap_ssi_port: replace pm_runtime_put_sync with non-sync variant
There is no need to wait for hardware to really reach idle states, so just release runtime PM asynchronously. Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-by: Pavel Machek <pavel@ucw.cz>
Diffstat
-rw-r--r--drivers/hsi/controllers/omap_ssi_port.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/hsi/controllers/omap_ssi_port.c b/drivers/hsi/controllers/omap_ssi_port.c