Re: [PATCH] Add SPI to platform_no_drv_owner.cocci warnings

2015-10-28 Thread Mark Brown
On Wed, Oct 28, 2015 at 12:49:07PM -0500, Andrew F. Davis wrote: > Remove .owner field if calls are used which set it automatically > > Signed-off-by: Andrew F. Davis > --- > scripts/coccinelle/api/platform_no_drv_owner.cocci | 73 > ++ You need to send this to whoever the

[PATCH] Add SPI to platform_no_drv_owner.cocci warnings

2015-10-28 Thread Andrew F. Davis
Remove .owner field if calls are used which set it automatically Signed-off-by: Andrew F. Davis --- scripts/coccinelle/api/platform_no_drv_owner.cocci | 73 ++ 1 file changed, 73 insertions(+) diff --git a/scripts/coccinelle/api/platform_no_drv_owner.cocci

[PATCH] Add SPI to platform_no_drv_owner.cocci warnings

2015-10-28 Thread Andrew F. Davis
Remove .owner field if calls are used which set it automatically Signed-off-by: Andrew F. Davis --- scripts/coccinelle/api/platform_no_drv_owner.cocci | 73 ++ 1 file changed, 73 insertions(+) diff --git a/scripts/coccinelle/api/platform_no_drv_owner.cocci

Re: [PATCH] Add SPI to platform_no_drv_owner.cocci warnings

2015-10-28 Thread Mark Brown
On Wed, Oct 28, 2015 at 12:49:07PM -0500, Andrew F. Davis wrote: > Remove .owner field if calls are used which set it automatically > > Signed-off-by: Andrew F. Davis > --- > scripts/coccinelle/api/platform_no_drv_owner.cocci | 73 > ++ You need to send this to