mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user