Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1352548
| From | "Yang, Wenyou" <Wenyou.Yang@atmel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings |
| Date | 2016-03-08 03:00 +0100 |
| Message-ID | <raf6h-2wB-5@gated-at.bofh.it> (permalink) |
| References | <radeb-1go-33@gated-at.bofh.it> <radeb-1go-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Fengguang Wu,
Thank you for your patch.
> -----Original Message-----
> From: kbuild test robot [mailto:lkp@intel.com]
> Sent: 2016年3月8日 7:54
> To: Yang, Wenyou <Wenyou.Yang@atmel.com>
> Cc: kbuild-all@01.org; Lee Jones <lee.jones@linaro.org>; Rob Herring
> <robh+dt@kernel.org>; Pawel Moll <pawel.moll@arm.com>; Mark Rutland
> <mark.rutland@arm.com>; Ian Campbell <ijc+devicetree@hellion.org.uk>; Kumar
> Gala <galak@codeaurora.org>; Ferre, Nicolas <Nicolas.FERRE@atmel.com>;
> linux-kernel@vger.kernel.org; devicetree@vger.kernel.org; Yang, Wenyou
> <Wenyou.Yang@atmel.com>
> Subject: [PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings
>
> drivers/mfd/act8945a.c:100:6-11: 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
>
> CC: Wenyou Yang <wenyou.yang@atmel.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Wenyou Yang <wenyou.yang@atmel.com>
> ---
>
> act8945a.c | 1 -
> 1 file changed, 1 deletion(-)
>
> --- a/drivers/mfd/act8945a.c
> +++ b/drivers/mfd/act8945a.c
> @@ -97,7 +97,6 @@ MODULE_DEVICE_TABLE(of, act8945a_of_matc static
> struct i2c_driver act8945a_i2c_driver = {
> .driver = {
> .name = "act8945a",
> - .owner = THIS_MODULE,
> .of_match_table = of_match_ptr(act8945a_of_match),
> },
> .probe = act8945a_i2c_probe,
Best Regards,
Wenyou Yang
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings kbuild test robot <lkp@intel.com> - 2016-03-08 01:00 +0100
RE: [PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2016-03-08 03:00 +0100
Re: [PATCH] mfd: act8945a: fix platform_no_drv_owner.cocci warnings Lee Jones <lee.jones@linaro.org> - 2016-03-08 06:00 +0100
csiph-web