* [PATCH] regulator: tps65132: fix platform_no_drv_owner.cocci warnings [not found] <201704140421.WwQelRhN%fengguang.wu@intel.com> @ 2017-04-13 20:57 ` kbuild test robot 2017-04-14 8:46 ` Laxman Dewangan 2017-04-14 17:12 ` Applied "regulator: tps65132: fix platform_no_drv_owner.cocci warnings" to the regulator tree Mark Brown 0 siblings, 2 replies; 3+ messages in thread From: kbuild test robot @ 2017-04-13 20:57 UTC (permalink / raw) To: Venkat Reddy Talla Cc: kbuild-all, Mark Brown, Laxman Dewangan, Liam Girdwood, linux-kernel drivers/regulator/tps65132-regulator.c:274: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 CC: Venkat Reddy Talla <vreddytalla@nvidia.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- tps65132-regulator.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/regulator/tps65132-regulator.c +++ b/drivers/regulator/tps65132-regulator.c @@ -271,7 +271,6 @@ MODULE_DEVICE_TABLE(i2c, tps65132_id); static struct i2c_driver tps65132_i2c_driver = { .driver = { .name = "tps65132", - .owner = THIS_MODULE, }, .probe = tps65132_probe, .id_table = tps65132_id, ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] regulator: tps65132: fix platform_no_drv_owner.cocci warnings 2017-04-13 20:57 ` [PATCH] regulator: tps65132: fix platform_no_drv_owner.cocci warnings kbuild test robot @ 2017-04-14 8:46 ` Laxman Dewangan 2017-04-14 17:12 ` Applied "regulator: tps65132: fix platform_no_drv_owner.cocci warnings" to the regulator tree Mark Brown 1 sibling, 0 replies; 3+ messages in thread From: Laxman Dewangan @ 2017-04-14 8:46 UTC (permalink / raw) To: kbuild test robot, Venkat Reddy Talla Cc: kbuild-all, Mark Brown, Liam Girdwood, linux-kernel On Friday 14 April 2017 02:27 AM, kbuild test robot wrote: > drivers/regulator/tps65132-regulator.c:274: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 > > CC: Venkat Reddy Talla <vreddytalla@nvidia.com> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> > --- LGTM, Acked-by: Laxman Dewangan <ldewangan@nvidia.com> ^ permalink raw reply [flat|nested] 3+ messages in thread
* Applied "regulator: tps65132: fix platform_no_drv_owner.cocci warnings" to the regulator tree 2017-04-13 20:57 ` [PATCH] regulator: tps65132: fix platform_no_drv_owner.cocci warnings kbuild test robot 2017-04-14 8:46 ` Laxman Dewangan @ 2017-04-14 17:12 ` Mark Brown 1 sibling, 0 replies; 3+ messages in thread From: Mark Brown @ 2017-04-14 17:12 UTC (permalink / raw) To: kbuild test robot Cc: Fengguang Wu, Laxman Dewangan, Mark Brown, Venkat Reddy Talla, kbuild-all, Mark Brown, Laxman Dewangan, Liam Girdwood, linux-kernel, linux-kernel The patch regulator: tps65132: fix platform_no_drv_owner.cocci warnings has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From 43594dd453f082d36336ea8338cd9c2d28c1691a Mon Sep 17 00:00:00 2001 From: kbuild test robot <fengguang.wu@intel.com> Date: Fri, 14 Apr 2017 04:57:35 +0800 Subject: [PATCH] regulator: tps65132: fix platform_no_drv_owner.cocci warnings drivers/regulator/tps65132-regulator.c:274: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> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org> --- drivers/regulator/tps65132-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/regulator/tps65132-regulator.c b/drivers/regulator/tps65132-regulator.c index a2fc7322f434..73978dd440f7 100644 --- a/drivers/regulator/tps65132-regulator.c +++ b/drivers/regulator/tps65132-regulator.c @@ -271,7 +271,6 @@ MODULE_DEVICE_TABLE(i2c, tps65132_id); static struct i2c_driver tps65132_i2c_driver = { .driver = { .name = "tps65132", - .owner = THIS_MODULE, }, .probe = tps65132_probe, .id_table = tps65132_id, -- 2.11.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-04-14 17:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <201704140421.WwQelRhN%fengguang.wu@intel.com>
2017-04-13 20:57 ` [PATCH] regulator: tps65132: fix platform_no_drv_owner.cocci warnings kbuild test robot
2017-04-14 8:46 ` Laxman Dewangan
2017-04-14 17:12 ` Applied "regulator: tps65132: fix platform_no_drv_owner.cocci warnings" to the regulator tree Mark Brown
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.