mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
media: rockchip: isp: unregister dmarx at driver remove
Change-Id: I1146e5c81445980f456bc2ff19810c0ae84d2c7b Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -806,6 +806,7 @@ static int rkisp_plat_remove(struct platform_device *pdev)
|
||||
rkisp_unregister_luma_vdev(&isp_dev->luma_vdev);
|
||||
rkisp_unregister_params_vdev(&isp_dev->params_vdev);
|
||||
rkisp_unregister_stats_vdev(&isp_dev->stats_vdev);
|
||||
rkisp_unregister_dmarx_vdev(isp_dev);
|
||||
rkisp_unregister_stream_vdevs(isp_dev);
|
||||
rkisp_unregister_bridge_subdev(isp_dev);
|
||||
rkisp_unregister_csi_subdev(isp_dev);
|
||||
|
||||
Reference in New Issue
Block a user