[media] mtk-vcodec: fix platform_no_drv_owner.cocci warnings
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c:433:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
f04f2d0e3e
commit
35697a0d99
|
@ -430,7 +430,6 @@ static struct platform_driver mtk_vcodec_enc_driver = {
|
|||
.remove = mtk_vcodec_enc_remove,
|
||||
.driver = {
|
||||
.name = MTK_VCODEC_ENC_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = mtk_vcodec_enc_match,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue