Re: [PATCH RESEND 4/4] coccinelle: api: add spatch to prevent unnecessary .owner

2014-10-28 Thread Julia Lawall
Acked-by: Julia Lawall On Tue, 28 Oct 2014, Wolfram Sang wrote: > There are calls which silently set the owner of a module. This is the > preferred way [1], so avoid setting it manually. Currently, we only care > about platform drivers, but there might be more calls to be added later. > > [1] h

[PATCH RESEND 4/4] coccinelle: api: add spatch to prevent unnecessary .owner

2014-10-28 Thread Wolfram Sang
There are calls which silently set the owner of a module. This is the preferred way [1], so avoid setting it manually. Currently, we only care about platform drivers, but there might be more calls to be added later. [1] https://lkml.org/lkml/2014/10/12/87 Signed-off-by: Wolfram Sang --- scripts