Files
linux/drivers
Javier Martinez Canillas 0e5e57d687 exynos-gsc: Fix unbalanced pm_runtime_enable() error
Commit a006c04e62 ("[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: a006c04e62 ("[media] exynos-gsc: Fixup clock management at ->remove()")

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-03-04 01:27:39 +00:00
..
2017-02-09 08:08:27 +01:00
2016-12-05 14:53:46 -05:00
2017-02-18 09:44:05 +09:00
2017-03-03 22:21:29 +09:00
2017-02-23 17:44:36 +01:00
2016-11-29 16:43:24 +01:00
2017-02-23 17:44:35 +01:00
2017-02-26 11:10:51 +01:00
2016-11-01 09:04:04 -06:00