drm: bridge: cdns-mhdp8546: Fix PM reference leak in
authorYu Kuai <yukuai3@huawei.com>
Mon, 31 May 2021 13:56:22 +0000 (21:56 +0800)
committerRobert Foss <robert.foss@linaro.org>
Mon, 31 May 2021 13:50:59 +0000 (15:50 +0200)
commitf674555ee5444c8987dfea0922f1cf6bf0c12847
tree0c4255c736200bf07b2281c029ad20eb86983be1
parentef9e57cda5fb290258a060e4f3e712148bc5b421
drm: bridge: cdns-mhdp8546: Fix PM reference leak in

pm_runtime_get_sync will increment pm usage counter even it failed.
Forgetting to putting operation will result in reference leak here.
Fix it by replacing it with pm_runtime_resume_and_get to keep usage
counter balanced.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210531135622.3348252-1-yukuai3@huawei.com
drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-core.c