[PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings

andrew-ct chen andrew-ct.chen at mediatek.com
Mon Apr 25 05:42:17 PDT 2016


On Fri, 2016-04-22 at 15:08 +0200, Julia Lawall wrote:
> Remove .owner field if calls are used which set it automatically
> 
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
> 
> CC: Andrew-CT Chen <andrew-ct.chen at mediatek.com>
> Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
> Signed-off-by: Julia Lawall <julia.lawall at lip6.fr>
> ---

Acked-by: Andrew-CT Chen <andrew-ct.chen at mediatek.com>

> 
> base:   git://linuxtv.org/media_tree.git master
> 
>  mtk_vpu.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- a/drivers/media/platform/mtk-vpu/mtk_vpu.c
> +++ b/drivers/media/platform/mtk-vpu/mtk_vpu.c
> @@ -939,7 +939,6 @@ static struct platform_driver mtk_vpu_dr
>  	.remove	= mtk_vpu_remove,
>  	.driver	= {
>  		.name	= "mtk_vpu",
> -		.owner	= THIS_MODULE,
>  		.of_match_table = mtk_vpu_match,
>  	},
>  };





More information about the linux-arm-kernel mailing list