From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752608AbeDQKbJ (ORCPT ); Tue, 17 Apr 2018 06:31:09 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:44098 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbeDQKbH (ORCPT ); Tue, 17 Apr 2018 06:31:07 -0400 From: Mark Brown To: Fengguang Wu Cc: Mark Brown , Shuming Fan , Oder Chiou , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Takashi Iwai , Liam Girdwood , Mark Brown , kbuild-all@01.org, Bard Liao , alsa-devel@alsa-project.org Subject: Applied "ASoC: rt1305: fix platform_no_drv_owner.cocci warnings" to the asoc tree In-Reply-To: <20180416194124.GA75306@lkp-hsx02> Message-Id: Date: Tue, 17 Apr 2018 11:30:56 +0100 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patch ASoC: rt1305: fix platform_no_drv_owner.cocci warnings has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.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 b999a19b3324ae3538bc13d11210bdfc8016616a Mon Sep 17 00:00:00 2001 From: Fengguang Wu Date: Tue, 17 Apr 2018 03:41:24 +0800 Subject: [PATCH] ASoC: rt1305: fix platform_no_drv_owner.cocci warnings sound/soc/codecs/rt1305.c:1174: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 Fixes: 29bc643ddd7e ("ASoC: rt1305: Add RT1305/RT1306 amplifier driver") CC: Shuming Fan Signed-off-by: Fengguang Wu Signed-off-by: Mark Brown --- sound/soc/codecs/rt1305.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c index 84043068c0b7..f4c8c45f4010 100644 --- a/sound/soc/codecs/rt1305.c +++ b/sound/soc/codecs/rt1305.c @@ -1172,7 +1172,6 @@ static void rt1305_i2c_shutdown(struct i2c_client *client) static struct i2c_driver rt1305_i2c_driver = { .driver = { .name = "rt1305", - .owner = THIS_MODULE, #if defined(CONFIG_OF) .of_match_table = rt1305_of_match, #endif -- 2.17.0 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Applied "ASoC: rt1305: fix platform_no_drv_owner.cocci warnings" to the asoc tree Date: Tue, 17 Apr 2018 11:30:56 +0100 Message-ID: References: <20180416194124.GA75306@lkp-hsx02> Return-path: In-Reply-To: <20180416194124.GA75306@lkp-hsx02> Sender: linux-kernel-owner@vger.kernel.org To: Fengguang Wu Cc: Mark Brown , Shuming Fan , Oder Chiou , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Takashi Iwai , Liam Girdwood Mark Brown , kbuild-all@01.org, Bard Liao alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org The patch ASoC: rt1305: fix platform_no_drv_owner.cocci warnings has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.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 b999a19b3324ae3538bc13d11210bdfc8016616a Mon Sep 17 00:00:00 2001 From: Fengguang Wu Date: Tue, 17 Apr 2018 03:41:24 +0800 Subject: [PATCH] ASoC: rt1305: fix platform_no_drv_owner.cocci warnings sound/soc/codecs/rt1305.c:1174: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 Fixes: 29bc643ddd7e ("ASoC: rt1305: Add RT1305/RT1306 amplifier driver") CC: Shuming Fan Signed-off-by: Fengguang Wu Signed-off-by: Mark Brown --- sound/soc/codecs/rt1305.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/rt1305.c b/sound/soc/codecs/rt1305.c index 84043068c0b7..f4c8c45f4010 100644 --- a/sound/soc/codecs/rt1305.c +++ b/sound/soc/codecs/rt1305.c @@ -1172,7 +1172,6 @@ static void rt1305_i2c_shutdown(struct i2c_client *client) static struct i2c_driver rt1305_i2c_driver = { .driver = { .name = "rt1305", - .owner = THIS_MODULE, #if defined(CONFIG_OF) .of_match_table = rt1305_of_match, #endif -- 2.17.0