mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
video: rockchip: mpp: fix av1d cannot suspend issue
Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com> Change-Id: Ifc38cf6f05b8abfe4867dfedbe708f2ecb61b7ed
This commit is contained in:
@@ -1245,7 +1245,6 @@ static int av1dec_probe(struct platform_device *pdev)
|
||||
av1dec_procfs_init(mpp);
|
||||
mpp_dev_register_srv(mpp, mpp->srv);
|
||||
dev_info(dev, "probing finish\n");
|
||||
pm_runtime_get(mpp->dev);
|
||||
|
||||
return 0;
|
||||
|
||||
@@ -1263,7 +1262,6 @@ static int av1dec_remove(struct platform_device *pdev)
|
||||
dev_info(dev, "remove device\n");
|
||||
mpp_dev_remove(&dec->mpp);
|
||||
av1dec_procfs_remove(&dec->mpp);
|
||||
pm_runtime_put(dec->mpp.dev);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user