commit | f4a3c6a44b351fc2cd79b1494606c84c46865024 | [log] [tgz] |
---|---|---|
author | Robin Murphy <robin.murphy@arm.com> | Fri May 03 16:31:43 2019 +0100 |
committer | Rob Herring <robh@kernel.org> | Fri May 03 15:36:02 2019 -0500 |
tree | c996f2bc9ac401dc9c4ca4b357fc5ebe5bfe7cf2 | |
parent | d9b631f0a0c43ee180845d0a994d2cf4948a2eae [diff] |
drm/panfrost: Disable PM on probe failure Make sure to disable runtime PM again if probe fails after we've enabled it. Otherwise, any subsequent attempt to re-probe starts triggering "Unbalanced pm_runtime_enable!" assertions from the driver core. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/2487391e7646cabbc52e9b4c20182e39d3f61859.1556195258.git.robin.murphy@arm.com