aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJavier Martinez Canillas <[email protected]>2017-01-19 20:36:19 -0200
committerMauro Carvalho Chehab <[email protected]>2017-01-31 10:02:17 -0200
commitcb610c8fdfbe06dfb7534470a96a01adc19fc7cc (patch)
tree4093d2bad8d85021e52af30aece4b316bb944c2a /tools
parent3a07a8278ae7a38806e017994c50a95ad50750c3 (diff)
[media] exynos-gsc: Fix unbalanced pm_runtime_enable() error
Commit a006c04e6218 ("[media] exynos-gsc: Fixup clock management at ->remove()") changed the driver's .remove function logic to fist do a pm_runtime_get_sync() to make sure the device is powered before attempting to gate the gsc clock. But the commit also removed a pm_runtime_disable() call that leads to an unbalanced pm_runtime_enable() error if the driver is removed and re-probed: exynos-gsc 13e00000.video-scaler: Unbalanced pm_runtime_enable! exynos-gsc 13e10000.video-scaler: Unbalanced pm_runtime_enable! Fixes: a006c04e6218 ("[media] exynos-gsc: Fixup clock management at ->remove()") Signed-off-by: Javier Martinez Canillas <[email protected]> Acked-by: Marek Szyprowski <[email protected]> Signed-off-by: Sylwester Nawrocki <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions