Commit ddbcd0c5 authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Mauro Carvalho Chehab
Browse files

media: venus: core: Drop second v4l2 device unregister



Wrong solution of rebase conflict leads to calling twice
v4l2_device_unregister in .venus_remove. Delete the second one.

Signed-off-by: default avatarStanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 2f3eb922
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -368,8 +368,6 @@ static int venus_remove(struct platform_device *pdev)

	hfi_destroy(core);

	v4l2_device_unregister(&core->v4l2_dev);

	mutex_destroy(&core->pm_lock);
	mutex_destroy(&core->lock);
	venus_dbgfs_deinit(core);