* [PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings
@ 2016-04-22 13:08 Julia Lawall
2016-04-25 12:42 ` andrew-ct chen
0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2016-04-22 13:08 UTC (permalink / raw)
To: linux-arm-kernel
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@mediatek.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---
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,
},
};
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings
2016-04-22 13:08 [PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings Julia Lawall
@ 2016-04-25 12:42 ` andrew-ct chen
0 siblings, 0 replies; 2+ messages in thread
From: andrew-ct chen @ 2016-04-25 12:42 UTC (permalink / raw)
To: linux-arm-kernel
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@mediatek.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
> ---
Acked-by: Andrew-CT Chen <andrew-ct.chen@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,
> },
> };
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-25 12:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 13:08 [PATCH] VPU: mediatek: fix platform_no_drv_owner.cocci warnings Julia Lawall
2016-04-25 12:42 ` andrew-ct chen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox