mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
video: rockchip: mpp: rkvenc: probe issue for devfreq init error
When devfreq initially fails, the device can still continue to execute, but there is no devfreq function. Change-Id: I2a39a77e0a85cb43854b6adbe0476905abcc9a3b Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
parent
d6a0a91bc4
commit
616eb53bf1
|
|
@ -1216,7 +1216,7 @@ static int rkvenc_init(struct mpp_dev *mpp)
|
|||
|
||||
mpp->iommu_info->hdl = rkvenc_iommu_fault_handle;
|
||||
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int rkvenc_exit(struct mpp_dev *mpp)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user