* [PATCH] fix platform_no_drv_owner.cocci warnings
[not found] <201501160912.S502Nlmz%fengguang.wu@intel.com>
@ 2015-01-16 1:06 ` kbuild test robot
2015-03-11 11:05 ` Thierry Reding
0 siblings, 1 reply; 5+ messages in thread
From: kbuild test robot @ 2015-01-16 1:06 UTC (permalink / raw)
To: Linus Walleij; +Cc: kbuild-all, Thierry Reding, linux-pwm, linux-kernel
drivers/pwm/pwm-stmpe.c:99: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>
---
pwm-stmpe.c | 1 -
1 file changed, 1 deletion(-)
--- a/drivers/pwm/pwm-stmpe.c
+++ b/drivers/pwm/pwm-stmpe.c
@@ -96,7 +96,6 @@ static int stmpe_pwm_remove(struct platf
static struct platform_driver stmpe_pwm_driver = {
.driver = {
.name = "stmpe-pwm",
- .owner = THIS_MODULE,
},
.probe = stmpe_pwm_probe,
.remove = stmpe_pwm_remove,
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix platform_no_drv_owner.cocci warnings
2015-01-16 1:06 ` [PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot
@ 2015-03-11 11:05 ` Thierry Reding
2015-03-18 1:38 ` Linus Walleij
0 siblings, 1 reply; 5+ messages in thread
From: Thierry Reding @ 2015-03-11 11:05 UTC (permalink / raw)
To: kbuild test robot; +Cc: Linus Walleij, kbuild-all, linux-pwm, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 503 bytes --]
On Fri, Jan 16, 2015 at 09:06:14AM +0800, kbuild test robot wrote:
> drivers/pwm/pwm-stmpe.c:99: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>
> ---
>
> pwm-stmpe.c | 1 -
> 1 file changed, 1 deletion(-)
Erm... this driver doesn't exist in my tree. What's going on?
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix platform_no_drv_owner.cocci warnings
2015-03-11 11:05 ` Thierry Reding
@ 2015-03-18 1:38 ` Linus Walleij
2015-03-24 10:43 ` Thierry Reding
0 siblings, 1 reply; 5+ messages in thread
From: Linus Walleij @ 2015-03-18 1:38 UTC (permalink / raw)
To: Thierry Reding
Cc: kbuild test robot, kbuild-all@01.org, linux-pwm@vger.kernel.org,
linux-kernel@vger.kernel.org
On Wed, Mar 11, 2015 at 12:05 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> On Fri, Jan 16, 2015 at 09:06:14AM +0800, kbuild test robot wrote:
>> drivers/pwm/pwm-stmpe.c:99: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>
>> ---
>>
>> pwm-stmpe.c | 1 -
>> 1 file changed, 1 deletion(-)
>
> Erm... this driver doesn't exist in my tree. What's going on?
What's going on is that the 0day build robot builds everything it
finds, including experimental branches.
I dunno why it's mailing you though, probably I already added your
CC on the patch... stupid me. A bit much to think of.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix platform_no_drv_owner.cocci warnings
2015-03-18 1:38 ` Linus Walleij
@ 2015-03-24 10:43 ` Thierry Reding
2015-03-25 1:56 ` Fengguang Wu
0 siblings, 1 reply; 5+ messages in thread
From: Thierry Reding @ 2015-03-24 10:43 UTC (permalink / raw)
To: Linus Walleij
Cc: kbuild test robot, kbuild-all@01.org, linux-pwm@vger.kernel.org,
linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1140 bytes --]
On Wed, Mar 18, 2015 at 02:38:18AM +0100, Linus Walleij wrote:
> On Wed, Mar 11, 2015 at 12:05 PM, Thierry Reding
> <thierry.reding@gmail.com> wrote:
> > On Fri, Jan 16, 2015 at 09:06:14AM +0800, kbuild test robot wrote:
> >> drivers/pwm/pwm-stmpe.c:99: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>
> >> ---
> >>
> >> pwm-stmpe.c | 1 -
> >> 1 file changed, 1 deletion(-)
> >
> > Erm... this driver doesn't exist in my tree. What's going on?
>
> What's going on is that the 0day build robot builds everything it
> finds, including experimental branches.
>
> I dunno why it's mailing you though, probably I already added your
> CC on the patch... stupid me. A bit much to think of.
I guess the robot generates this patch and then runs get_maintainers.pl
on it, so it's doing the right thing. Anyway, I'll know to ignore these
in the future if drivers aren't in my tree yet.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] fix platform_no_drv_owner.cocci warnings
2015-03-24 10:43 ` Thierry Reding
@ 2015-03-25 1:56 ` Fengguang Wu
0 siblings, 0 replies; 5+ messages in thread
From: Fengguang Wu @ 2015-03-25 1:56 UTC (permalink / raw)
To: Thierry Reding
Cc: Linus Walleij, kbuild-all@01.org, linux-pwm@vger.kernel.org,
linux-kernel@vger.kernel.org
On Tue, Mar 24, 2015 at 11:43:41AM +0100, Thierry Reding wrote:
> On Wed, Mar 18, 2015 at 02:38:18AM +0100, Linus Walleij wrote:
> > On Wed, Mar 11, 2015 at 12:05 PM, Thierry Reding
> > <thierry.reding@gmail.com> wrote:
> > > On Fri, Jan 16, 2015 at 09:06:14AM +0800, kbuild test robot wrote:
> > >> drivers/pwm/pwm-stmpe.c:99: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>
> > >> ---
> > >>
> > >> pwm-stmpe.c | 1 -
> > >> 1 file changed, 1 deletion(-)
> > >
> > > Erm... this driver doesn't exist in my tree. What's going on?
> >
> > What's going on is that the 0day build robot builds everything it
> > finds, including experimental branches.
> >
> > I dunno why it's mailing you though, probably I already added your
> > CC on the patch... stupid me. A bit much to think of.
>
> I guess the robot generates this patch and then runs get_maintainers.pl
> on it, so it's doing the right thing. Anyway, I'll know to ignore these
> in the future if drivers aren't in my tree yet.
Sorry I've added some heuristics to avoid adding CC from
get_maintainers.pl for the likely private branches. It should reduce
such confusions and noises considerably in future.
Thanks,
Fengguang
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-25 1:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201501160912.S502Nlmz%fengguang.wu@intel.com>
2015-01-16 1:06 ` [PATCH] fix platform_no_drv_owner.cocci warnings kbuild test robot
2015-03-11 11:05 ` Thierry Reding
2015-03-18 1:38 ` Linus Walleij
2015-03-24 10:43 ` Thierry Reding
2015-03-25 1:56 ` Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox