Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754614AbdDNRMu (ORCPT ); Fri, 14 Apr 2017 13:12:50 -0400 Received: from mezzanine.sirena.org.uk ([106.187.55.193]:55794 "EHLO mezzanine.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754541AbdDNRMr (ORCPT ); Fri, 14 Apr 2017 13:12:47 -0400 From: Mark Brown To: kbuild test robot Cc: Fengguang Wu , Laxman Dewangan , Mark Brown , Venkat Reddy Talla , kbuild-all@01.org, Mark Brown , Laxman Dewangan , Liam Girdwood , linux-kernel@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20170413205730.GA23818@lkp-ib03.lkp.intel.com> Message-Id: Date: Fri, 14 Apr 2017 18:12:27 +0100 X-SA-Exim-Connect-IP: 2001:470:1f1d:6b5::3 X-SA-Exim-Mail-From: broonie@sirena.org.uk Subject: Applied "regulator: tps65132: fix platform_no_drv_owner.cocci warnings" to the regulator tree X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000) X-SA-Exim-Scanned: No (on mezzanine.sirena.org.uk); Unknown failure Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2124 Lines: 59 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 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 Acked-by: Laxman Dewangan Signed-off-by: Mark Brown --- 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